mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
8 lines
210 B
Python
8 lines
210 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
from . import test_payment_mode
|
|
from . import test_bank
|
|
from . import test_payment_order
|