se implementa un esquema para modelar el xml

FossilOrigin-Name: e4de658f60fe8fcbb330923e14958a5d8f8e0e6395db4f992ec7da45062fa193
This commit is contained in:
bit4bit
2021-06-23 23:04:00 +00:00
parent 7d060e1786
commit 84996066fa
7 changed files with 333 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from .attribute import Attribute
from .many2one import Many2One
from .model import Model
__all__ = [Attribute, Many2One, Model]