phone_validation/__init__.py
Данил Воробьев 6334a2d278 initial commit
2024-05-03 12:08:14 +00:00

8 lines
180 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import lib
from . import tools
from . import models
from . import wizard