add DummSnake and test in config

This commit is contained in:
2024-04-01 03:59:48 +02:00
parent c1d782ee16
commit 4bde399ae5
2 changed files with 53 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
from snakes.DummSnake import DummSnake
from snakes.LogicSnake import LogicSnake
SNAKE = LogicSnake()
SNAKE = DummSnake()