Files
stock-rma/rma/__init__.py
2024-11-22 13:12:57 +05:30

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