move config.py to a .env file

This commit is contained in:
2024-04-13 00:57:21 +02:00
parent f444f25a53
commit bc225faa51
-7
View File
@@ -1,7 +0,0 @@
from snakes.DummSnake import DummSnake
from snakes.LogicSnake import LogicSnake
from snakes.AStarSnake import AStarSnake
from snakes.MasterSnake import MasterSnake
SNAKE = MasterSnake()
DEBUG = True