JaveaAI / project /bot /__init__.py
brestok's picture
Upload 40 files
0632cd1 verified
raw
history blame contribute delete
110 Bytes
from fastapi import APIRouter
bot_router = APIRouter(
prefix=''
)
from project.bot import views, models