Files
WhatsAppCentralizado/services/integrations/app/routers/__init__.py
Claude AI 4b15abcbfb feat(integrations): add Odoo API routes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 22:25:36 +00:00

4 lines
78 B
Python

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