8 lines
203 B
Python
8 lines
203 B
Python
|
# Part of flectra. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import vat_config_type
|
||
|
from . import company
|
||
|
from . import sale
|
||
|
from . import purchase
|
||
|
from . import account_invoice
|