Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brestok
/
cbh-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cbh-test
/
cbh
/
api
/
message
/
__init__.py
brestok
init
4cd2145
11 months ago
raw
Copy download link
history
blame
contribute
delete
109 Bytes
from
fastapi
import
APIRouter
message_router = APIRouter(
prefix=
"/api/message"
,
)
from
.
import
views