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