__init__.py 288 Bytes
# -*- 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']