def __init__(self, x, y): ComplexModel.__init__(self) self.x = x self.y = y
def __init__(self, coordinates): ComplexModel.__init__(self) self.coordinates = coordinates