shimokumo / src /api /__init__.py
Shimokumo's picture
Upload folder using huggingface_hub
94fd0b0 verified
Raw
History Blame Contribute Delete
109 Bytes
"""
霜云(Shimokumo) - API服务包
"""
from .server import ShimokumoServer
__all__ = ["ShimokumoServer"]