@@ -0,0 +1,4 @@
class Point:
def __init__(self, x:int, y:int) -> None:
self.x = x
self.y = y
The note is not visible to the blocked user.