class Point: def __init__(self, x:int, y:int) -> None: self.x = x self.y = y