bank-payment/account_payment_order/__init__.py

5 lines
96 B
Python
Raw Permalink Normal View History

2024-05-03 08:36:50 +00:00
from .hooks import pre_init_hook
from . import models
from . import report
from . import wizard