mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
5 lines
137 B
Python
5 lines
137 B
Python
# -*- encoding: utf-8 -*-
|
|
from . import account_bank_statement_import
|
|
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|