Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brestok
/
atlantis-realtime
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
atlantis-realtime
/
cbh
/
api
/
coach
/
__init__.py
brestok
init
eda70df
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
176 Bytes
"""
Coach module.
"""
from
fastapi
import
APIRouter
coach_router = APIRouter(prefix=
"/api/agent"
, tags=[
"coach"
])
from
.
import
views
# noqa: F401 # pylint: disable=C0413