from app import app, socketio # Start WSGI if __name__ == "__main__": socketio.run(app, allow_unsafe_werkzeug=True)