from app.routers.auth import router as auth_router from app.routers.flows import router as flows_router from app.routers.supervisor import router as supervisor_router from app.routers.whatsapp import router as whatsapp_router __all__ = ["auth_router", "flows_router", "supervisor_router", "whatsapp_router"]