diff --git a/main.py b/main.py index e698e2e..eacf9b9 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,6 @@ import sys import secrets from src.graphics import * -from src.rabbit import Rabbit from src.waiter import * from src.decisionTree import * @@ -12,7 +11,6 @@ if __name__ == "__main__": clock = pygame.time.Clock() graphics = Graphics() waiter = Waiter(graphics) - rabbit = Rabbit() tree = DecisionTree() # init functions