#!/usr/bin/env python3 from chat import app from chat import socketio socketio.run(app,port=3000,host='0.0.0.0',allow_unsafe_werkzeug=True)