Exemplo n.º 1
0
 def __init__(self):
     dict.__init__(self)
     Annotated.__init__(self)
Exemplo n.º 2
0
 def __init__(self, value=None, character_type=None):
     Annotated.__init__(self)
     self.value = value
     self.character_type = character_type