6 lines
143 B
Python
6 lines
143 B
Python
from snakes.DummSnake import DummSnake
|
|
from snakes.LogicSnake import LogicSnake
|
|
from snakes.AStarSnake import AStarSnake
|
|
|
|
SNAKE = AStarSnake()
|