From a53feb601e8b7170a8ff123f904b00a2bc2ee4be Mon Sep 17 00:00:00 2001 From: Neal McBurnett Date: Sun, 31 Mar 2019 20:09:53 -0600 Subject: [PATCH] Import TT so rest of example works --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 113d938..e87508c 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ Let us define the rules of a game and start a match against the AI: .. code:: python - from easyAI import TwoPlayersGame, Human_Player, AI_Player, Negamax + from easyAI import TwoPlayersGame, Human_Player, AI_Player, Negamax, TT class GameOfBones( TwoPlayersGame ): """ In turn, the players remove one, two or three bones from a