brestok's picture
Upload 29 files
c409a15 verified
raw
history blame contribute delete
102 Bytes
from fastapi import APIRouter
bot_router = APIRouter(
prefix=''
)
from project.bot import views