@ -10,9 +10,6 @@ class Point(QtCore.QPoint):
Point of coordinates (x, y)
"""
def __init__(self, x, y):
super().__init__(x, y)
def __add__(self, o):
return Point(self.x() + o.x(), self.y() + o.y())
The note is not visible to the blocked user.