7 lines
122 B
Python
7 lines
122 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from . import account_invoice
|
||
|
from . import sale_order
|
||
|
from . import product
|
||
|
from . import event
|