class Field: def __init__(self, window, x, y): self.window = window self.x = x self.y = y