mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-21 21:22:05 +00:00
6 lines
174 B
Python
6 lines
174 B
Python
from . import test_payment_mode
|
|
from . import test_bank
|
|
from . import test_payment_order_inbound
|
|
from . import test_payment_order_outbound
|
|
from . import test_account_payment
|