6 lines
129 B
Python
6 lines
129 B
Python
from .attribute import Attribute
|
|
from .many2one import Many2One
|
|
from .model import Model
|
|
|
|
__all__ = [Attribute, Many2One, Model]
|