dynette/wsgi.py

5 lines
59 B
Python
Raw Normal View History

2023-01-19 00:32:49 +01:00
from app import app
if __name__ == "__main__":
app.run()