__init__.py 288 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 # -*- coding: utf-8 -*- """ AIfeng/2025-07-17 14:15:27 Core模块初始化 已迁移到统一WebSocket架构,移除旧的wsa_server依赖 """ # 统一WebSocket架构导入 from .wsa_websocket_service import get_web_instance, get_instance __all__ = ['get_web_instance', 'get_instance']