bank-payment/account_payment_order/__init__.py
2024-05-03 10:36:50 +02:00

5 lines
96 B
Python

from .hooks import pre_init_hook
from . import models
from . import report
from . import wizard