schort/schort.fcgi
2016-02-10 21:40:07 +01:00

7 lines
128 B
Python
Executable file

#!/usr/bin/python3
from flipflop import WSGIServer
from schort import app
if __name__ == '__main__':
WSGIServer(app).run()