clone / src /api /__init__.py
tanbushi's picture
update
82f9be0
"""
API模块初始化
"""
from .routes import communication
__all__ = ["communication"]