1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/whatsapp/tools/__init__.py
2024-12-10 09:04:09 +07:00

8 lines
221 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import phone_validation
from . import lang_list
from . import retryable_codes
from . import whatsapp_api
from . import whatsapp_exception