diff --git a/strategies.py b/strategies.py index 4f567c98f..4476c7131 100644 --- a/strategies.py +++ b/strategies.py @@ -8,10 +8,9 @@ import chess from chess.engine import PlayResult, Limit import random -from engine_wrapper import MinimalEngine -from typing import Any, Union +from engine_wrapper import MinimalEngine, MOVE +from typing import Any import logging -MOVE = Union[PlayResult, list[chess.Move]] # Use this logger variable to print messages to the console or log files.