account-financial-reporting/account_financial_report/__init__.py

8 lines
187 B
Python
Raw Permalink Normal View History

2024-05-03 08:32:39 +00:00
# Author: Damien Crier
# Copyright 2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
from . import report
from . import wizard