mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
8 lines
249 B
Python
8 lines
249 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2011-2016 Camptocamp SA
|
|
# Joel Grand-Guillaume, Nicolas Bessi, Matthieu Dietrich
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from . import parser
|
|
from . import wizard
|
|
from . import models
|