mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
8 lines
279 B
Python
8 lines
279 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2017 Eficent Business and IT Consulting Services S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
|
|
from . import models
|
|
from . import wizards
|
|
from .pre_init_hook import pre_init_hook
|
|
from .post_init_hook import post_init_hook
|