6 lines
143 B
Python
6 lines
143 B
Python
# -*- coding: utf-8 -*-
|
|
from . import account_journal
|
|
from . import account_payment
|
|
from . import pos_payment_method
|
|
from . import pos_session
|