Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Shimokumo
/
shimokumo
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
shimokumo
/
src
/
api
/
__init__.py
Shimokumo
Upload 2 files
31d22e1
verified
27 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
109 Bytes
"""
霜云(Shimokumo) - API服务包
"""
from
.server
import
ShimokumoServer
__all__ = [
"ShimokumoServer"
]