Exemplo n.º 1
0
 def __init__(self):
     Flora.__init__(self, "Mountain Apple Tree", 17)
     IClay.__init__(self)
Exemplo n.º 2
0
 def __init__(self):
     Flora.__init__(self, "Rainbow Eucalyptus Tree", 8)
     ILoamy.__init__(self)
Exemplo n.º 3
0
 def __init__(self):
     Flora.__init__(self, "Silversword", 22)
     ISilt.__init__(self)
 def __init__(self):
     Flora.__init__(self, "Blue Jade Vine", 0)
     ISilt.__init__(self)
     IMarsh.__init__(self)