from flask_sock import Sock sock = Sock() def init_wssocket(app): global sock sock.init_app(app)