Exemplo n.º 1
0
 def __init__(self):
     Arrangement.__init__(self, "baby's breath", 4)
     MothersDay.__init__(self, "white", 0, 0)
Exemplo n.º 2
0
 def __init__(self):
     Arrangement.__init__(self, "daisies", 4)
     MothersDay.__init__(self, "white", 0, 0)
Exemplo n.º 3
0
 def __init__(self):
     Arrangement.__init__(self, "poppies", 4)
     MothersDay.__init__(self, "red", 0, 0)
Exemplo n.º 4
0
 def __init__(self):
     Arrangement.__init__(self, "rose", 7)
     ValentinesDay.__init__(self, "red", 0, 0)