コード例 #1
0
 def __init__(self):
     Arrangement.__init__(self, "baby's breath", 4)
     MothersDay.__init__(self, "white", 0, 0)
コード例 #2
0
 def __init__(self):
     Arrangement.__init__(self, "daisies", 4)
     MothersDay.__init__(self, "white", 0, 0)
コード例 #3
0
 def __init__(self):
     Arrangement.__init__(self, "poppies", 4)
     MothersDay.__init__(self, "red", 0, 0)
コード例 #4
0
 def __init__(self):
     Arrangement.__init__(self, "rose", 7)
     ValentinesDay.__init__(self, "red", 0, 0)