Files
contract/agreement_maintenance/models/__init__.py
2018-11-01 11:33:06 -06:00

8 lines
150 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import (
agreement,
product_template,
agreement_serviceprofile,
)