diff --git a/game_theory_of_life.py b/game_theory_of_life.py index e308ef1..30c7597 100644 --- a/game_theory_of_life.py +++ b/game_theory_of_life.py @@ -2,7 +2,6 @@ import random import modules.estrategia as ModEstrategia import modules.gui as Gui -from modules.agente import Agente from modules.mapa import Mapa tamanho_mundo: tuple[int, int] = (8, 8)