mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-15 07:05:51 +00:00
4 lines
54 B
Python
4 lines
54 B
Python
from app import app
|
|
|
|
app.create_app().run(debug=True)
|