prototype module
This commit is contained in:
parent
9728b5cc98
commit
41356f5922
|
@ -3,7 +3,7 @@ class module:
|
||||||
id_c = 0
|
id_c = 0
|
||||||
def __init__(self, name):
|
def __init__(self, name):
|
||||||
self.fields = {}
|
self.fields = {}
|
||||||
self.fields["name"] = "PRIMITIVE"
|
self.fields["name"] = name
|
||||||
self.id = module.id_c
|
self.id = module.id_c
|
||||||
module.id_c += 1
|
module.id_c += 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue