diff --git a/AI.py b/AI.py index 9877a37..71e28c7 100644 --- a/AI.py +++ b/AI.py @@ -5,6 +5,7 @@ class AI: + antId = int(random.random() * 10000000) def __init__(self): # Current Game State self.game: Game = None