mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 07:35:51 +00:00
5 lines
84 B
Python
5 lines
84 B
Python
from app import app
|
|
|
|
socketio, app = app.create_app()
|
|
socketio.run(app, debug=True)
|