I am running the following code (I am making a chess engine):
class GameState(): def __init__(self): # 8x8 2d board, each element has 2 character