Spaces:
Running
Running
File size: 115 Bytes
21629e0 |
1 2 3 4 5 6 |
from flask_socketio import SocketIO
socketio = SocketIO()
def init_sockets(app):
socketio.init_app(app) |