Files
beflask/run.py
2023-06-05 12:06:56 +02:00

4 lines
54 B
Python

from app import app
app.create_app().run(debug=True)