mirror of
https://github.com/bringout/oca-warehouse.git
synced 2026-04-21 16:02:07 +02:00
7 lines
228 B
Python
7 lines
228 B
Python
# Copyright 2019 Sergio Teruel <sergio.teruel@tecnativa.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import models
|
|
from . import wizard
|
|
from . import reports
|
|
from .hooks import pre_init_hook
|