6 lines
112 B
Python
6 lines
112 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from . import payment_acquirer
|
||
|
from . import res_partner
|
||
|
from . import account_payment
|