Esempio n. 1
0
 def __init__(self, x, y, name=None):
     objects.Button.__init__(self, name)
     Position.__init__(self, x, y)
     self.objects = set()
Esempio n. 2
0
 def __init__(self, x, y, name=None):
     Position.__init__(self, x, y)
     Object.__init__(self, name)