MCPcopy
hub / github.com/stitionai/devika / socket_instance.py

File socket_instance.py

src/socket_instance.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# socketio_instance.py
2from flask_socketio import SocketIO
3from src.logger import Logger
4socketio = SocketIO(cors_allowed_origins="*", async_mode="gevent")

Callers

nothing calls this directly

Calls 1

LoggerClass · 0.90

Tested by

no test coverage detected