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