""" Tool_OCR - API Routers (V2) """ from app.routers import auth, tasks, admin __all__ = ["auth", "tasks", "admin"]