Files
relay/internal/protocol/websocket/__init__.py

6 lines
139 B
Python
Raw Normal View History

2025-09-08 22:12:42 +08:00
# WebSocket通信处理模块
# 处理与猪场主控的WebSocket通信
from .client import WebSocketClient
__all__ = ['WebSocketClient']