refactor the hardcoded attribute stuff in as_dot
[scpubgit/stemmatology.git] / TreeOfTexts / treeoftexts.psgi
CommitLineData
dbcf12a6 1use strict;
2use warnings;
3
4use TreeOfTexts;
5
6my $app = TreeOfTexts->apply_default_middlewares(TreeOfTexts->psgi_app);
7$app;
8