real-estate / project /bot /__init__.py
brestok's picture
init
d0e0a14
raw
history blame contribute delete
102 Bytes
from fastapi import APIRouter
bot_router = APIRouter(
prefix=''
)
from project.bot import views