def __init__(self, row, col, strn, donation):
     Button.__init__(self, row, col, strn)
     self.donation = donation
Example #2
0
 def __init__(self, row, col, strn, location):
     Button.__init__(self, row, col, strn)
     self.location = location