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