9f821362cc2711c347b83d50b8fe349909a85864
[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