Add bidirectional contact synchronization between WhatsApp Central and Odoo, including sync endpoints and ContactSyncService. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
144 B
Python
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"]
|