6 lines
128 B
Python
6 lines
128 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import payment_deduction_line
|
|
from . import account_payment
|
|
from . import account_batch_payment
|