class Point: def __init__(self, column, row): self.column = column self.row = row