class Mine: def __init__(self, x, y): self.array_x = x self.array_y = y self.status = True self.small_img = None self.large_img = None