mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
6 lines
165 B
Python
6 lines
165 B
Python
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
from . import models
|
|
from . import wizards
|
|
from .tests import online_bank_statement_provider_dummy
|