def __init__(self, x, y, name=None): objects.Button.__init__(self, name) Position.__init__(self, x, y) self.objects = set()
def __init__(self, x, y, name=None): Position.__init__(self, x, y) Object.__init__(self, name)