added wsgi script

This commit is contained in:
2019-05-02 05:28:48 +02:00
parent 077c842756
commit abc128d1a5

4
infomentor/wsgi.py Normal file
View File

@@ -0,0 +1,4 @@
from infomentor.web import app
if __name__ == "__main__":
app.run()