0632cd1
1
2
3
4
5
6
7
8
from fastapi import APIRouter bot_router = APIRouter( prefix='' ) from project.bot import views, models