from fastapi import FastAPI from api.teaApi import t_router app = FastAPI() app.include_router(t_router)