#!/usr/bin/env python from beflask import app socketio, app = app.create_app() socketio.run(app, debug=app.config["DEBUG"])