Exemplo n.º 1
0
 def __init__(self):
     super().__init__()
     IOrganic.__init__(self)
Exemplo n.º 2
0
 def __init__(self):
     IOrganic.__init__(self)
     INonRefridgerated.__init__(self)
     IStemLength4.__init__(self)
     self.name = "Daisy"
Exemplo n.º 3
0
 def __init__(self):
     IOrganic.__init__(self)
     Flower.__init__(self)
     self.flower_type = "baby's breath"
Exemplo n.º 4
0
 def __init__(self):
     IOrganic.__init__(self)
     Flower.__init__(self)
Exemplo n.º 5
0
 def __init__(self):
     IOrganic.__init__(self)
     Flower.__init__(self)
     self.flower_type = "daisy"
Exemplo n.º 6
0
 def __init__(self):
     IOrganic.__init__(self)
     INonRefridgerated.__init__(self)
     IStemLength4.__init__(self)
     self.name = "Baby's Breath"