# @description: # @author: licanglong # @date: 2025/11/20 14:21 from fastapi import APIRouter # base_bp = Blueprint("base", __name__, url_prefix='/') base_router = APIRouter(tags=['base']) from app.routes.base import routes # noqa