7 lines
187 B
Python
7 lines
187 B
Python
from snakes.DummSnake import DummSnake
|
|
from snakes.LogicSnake import LogicSnake
|
|
from snakes.AStarSnake import AStarSnake
|
|
from snakes.MasterSnake import MasterSnake
|
|
|
|
SNAKE = MasterSnake()
|