Poke-Bowl-AI / project /bot /__init__.py
brestok's picture
Upload 27 files
98dceee verified
raw
history blame contribute delete
102 Bytes
from fastapi import APIRouter
bot_router = APIRouter(
prefix=''
)
from project.bot import views