Files
WhatsAppCentralizado/services/integrations/app/routers/__init__.py
Claude AI 95cd70af1f feat(integrations): add contact sync service
Add bidirectional contact synchronization between WhatsApp Central and Odoo,
including sync endpoints and ContactSyncService.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 22:26:18 +00:00

5 lines
144 B
Python

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