Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pnstack
/
template-python
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1ee46b8
template-python
/
src
/
modules
/
api
/
routes
/
__init__.py
npv2k1
feat: implement API module with FastAPI and initial route handlers
3ec4ff0
11 months ago
raw
Copy download link
history
blame
Safe
87 Bytes
"""API routes package."""
from
.v1
import
router
as
v1_router
__all__ = [
"v1_router"
]