__main__.py hinzugefügt, wsgi.py entfernt

This commit is contained in:
2021-08-10 17:53:30 +02:00
parent f31c4e802f
commit 30c5c85aa8
3 changed files with 2 additions and 13 deletions
+2
View File
@@ -0,0 +1,2 @@
from . import create_app
create_app().run()