Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ammaraak
/
todo-api
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
todo-api
/
phase-1
/
src
/
cli
/
__init__.py
Nanny7
Phase 4: Infrastructure, Docker, Kubernetes, Chatbot with Qwen API
e566277
15 days ago
raw
Copy download link
history
blame
contribute
delete
71 Bytes
"""CLI interface layer."""
from
.main
import
main
__all__ = [
"main"
]