8 lines
239 B
Python
8 lines
239 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2021 Joan Marín <Github@JoanMarin>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
from . import account_incoterms
|
|
from . import account_move_dian_document
|
|
from . import account_move
|