Files
shuidrop_gui/WebSocket/__init__.py

9 lines
132 B
Python
Raw Normal View History

2025-09-12 20:42:00 +08:00
"""
WebSocket模块
处理WebSocket连接和消息传输
"""
from .BackendClient import BackendClient
__all__ = ['BackendClient']