__init__.py 234 B

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