@@ -1,4 +1,5 @@
from snakes.DummSnake import DummSnake
from snakes.LogicSnake import LogicSnake
from snakes.AStarSnake import AStarSnake
SNAKE = DummSnake()
SNAKE = AStarSnake()
The note is not visible to the blocked user.