mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
6 lines
142 B
Python
6 lines
142 B
Python
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
|
|
|
from . import models
|
|
from . import wizard
|
|
from .hooks import uninstall_hook
|