from app.routers.odoo import router as odoo_router from app.routers.sync import router as sync_router __all__ = ["odoo_router", "sync_router"]