Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brestok
/
Poke-Bowl-AI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
98dceee
Poke-Bowl-AI
/
project
/
bot
/
__init__.py
brestok
Upload 27 files
98dceee
verified
11 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
from
fastapi
import
APIRouter
bot_router = APIRouter(
prefix=
''
)
from
project.bot
import
views