se implementa un esquema para modelar el xml
FossilOrigin-Name: e4de658f60fe8fcbb330923e14958a5d8f8e0e6395db4f992ec7da45062fa193
This commit is contained in:
5
facho/model/fields/__init__.py
Normal file
5
facho/model/fields/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .attribute import Attribute
|
||||
from .many2one import Many2One
|
||||
from .model import Model
|
||||
|
||||
__all__ = [Attribute, Many2One, Model]
|
||||
Reference in New Issue
Block a user