7 lines
160 B
Python
7 lines
160 B
Python
from .attribute import Attribute
|
|
from .many2one import Many2One
|
|
from .model import Model
|
|
from .function import Function
|
|
|
|
__all__ = [Attribute, Many2One, Model]
|