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