gustavehub / sockets.py
datacipen's picture
Upload 4 files
21629e0 verified
raw
history blame contribute delete
115 Bytes
from flask_socketio import SocketIO
socketio = SocketIO()
def init_sockets(app):
socketio.init_app(app)