from fastapi import APIRouter from .User import Router as UserRouter router = APIRouter(prefix="") router.include_router(UserRouter.router)