1
0
Fork 0
schort/schort.fcgi

7 Zeilen
128 B
Python
Ausführbare Datei

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