blob: 0b1f69f5b637f3bcb3efabc95dbb0cdb3211bf9a [file] [log] [blame]
class Point:
def __init__(self, x, y):
self._x = x
self.y = y