def __init__(self, row, col, strn, donation): Button.__init__(self, row, col, strn) self.donation = donation
def __init__(self, row, col, strn, location): Button.__init__(self, row, col, strn) self.location = location