#!/usr/bin/env python from modules import socketio, app socketio.run(app, host='0.0.0.0')