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...
696363c
template-python
/
src
/
modules
/
api
/
__init__.py
npv2k1
feat: implement API module with FastAPI and initial route handlers
3ec4ff0
11 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
"""API module initialization."""
print
(
"API module loaded."
)
import
src.modules.api.index