def __init__(self, row, col, strn, donation):
     Button.__init__(self, row, col, strn)
     self.donation = donation
Exemplo n.º 2
0
 def __init__(self, row, col, strn, location):
     Button.__init__(self, row, col, strn)
     self.location = location