diff --git a/infomentor/wsgi.py b/infomentor/wsgi.py new file mode 100644 index 0000000..b344968 --- /dev/null +++ b/infomentor/wsgi.py @@ -0,0 +1,4 @@ +from infomentor.web import app + +if __name__ == "__main__": + app.run()