Better timing and integration of stemma interactive events
[scpubgit/stemmaweb.git] / stemmaweb.psgi
CommitLineData
b8a92065 1use strict;
2use warnings;
3
4use stemmaweb;
5
6my $app = stemmaweb->apply_default_middlewares(stemmaweb->psgi_app);
7$app;
8