bank-payment/account_payment_partner/__init__.py

6 lines
146 B
Python
Raw Normal View History

2024-05-03 08:36:50 +00:00
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from .hooks import pre_init_hook
from . import models
from . import reports