from fastapi import APIRouter from .cleaning import router cleaning_router = APIRouter() cleaning_router.include_router(router, tags=["数据清洗"])