Files
stock-rma/rma/__init__.py
2020-01-14 16:35:26 +01:00

7 lines
196 B
Python
Executable File

# -*- 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