mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
9 lines
233 B
Python
9 lines
233 B
Python
# -*- coding: utf-8 -*-
|
|
# (c) 2015 Avanzosc
|
|
# (c) 2015 Pedro M. Baeza - Antiun Ingeniería
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
from . import models
|
|
from . import wizard
|
|
from .hooks import post_init_hook
|