class Field: def __init__(self, horizontal, vertical, state): self.horizontal = horizontal self.vertical = vertical self.state = state