mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 14:12:00 +02:00
4 lines
151 B
Python
4 lines
151 B
Python
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
from . import models
|
|
from . import controllers
|
|
from .hooks import post_init_hook
|