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