mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 13:12:01 +02:00
5 lines
201 B
Python
5 lines
201 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
from . import models
|
|
|
|
# Make these easily available for submodules
|
|
from .models.res_lang import MODE_DATE, MODE_DATETIME, MODE_TIME
|