Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ch404
/
cardserver
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cardserver
/
app
/
api
/
v1
/
endpoints
/
__init__.py
GitHub Actions
π Auto-deploy from GitHub
3070409
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
127 Bytes
# API v1 endpoints package
from
.
import
health, generate, download, auth
__all__ = [
"health"
,
"generate"
,
"download"
,
"auth"
]