7 lines
230 B
Python
7 lines
230 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2021 Joan Marín <Github@JoanMarin>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import create_hr_payslip_dian_document
|
|
from . import process_hr_payslip_dian_document
|