diff --git a/container/__pycache__/board.cpython-39.pyc b/container/__pycache__/board.cpython-39.pyc index b1a8e66..4f90604 100644 Binary files a/container/__pycache__/board.cpython-39.pyc and b/container/__pycache__/board.cpython-39.pyc differ diff --git a/container/__pycache__/piece.cpython-39.pyc b/container/__pycache__/piece.cpython-39.pyc index d137193..1d755bc 100644 Binary files a/container/__pycache__/piece.cpython-39.pyc and b/container/__pycache__/piece.cpython-39.pyc differ diff --git a/container/board.py b/container/board.py index 19492e2..63993bb 100644 --- a/container/board.py +++ b/container/board.py @@ -5,8 +5,6 @@ from container.constans import * from container.tree import Tree from container.mushroom import Mushroom from container.agent import Agent -from container.state import State -from container.graph import Graph class Board: def __init__(self, x = 0, y = 0, width = WIDTH, height = HEIGHT, row = ROWS, col = COLUMNS):