Add wsgi.py

This commit is contained in:
fzorb 2024-09-09 17:11:33 +03:00
parent 7be09c4780
commit 4393c802a0

4
wsgi.py Normal file
View File

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