Files
beflask/run.py

5 lines
84 B
Python

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