Files
snake-python/config.py
T
2024-04-12 15:43:29 +02:00

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()