move Server Logic to own Snake Class

This commit is contained in:
2024-04-01 03:51:57 +02:00
parent 0d7739df76
commit d06c05b7b3
3 changed files with 50 additions and 58 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
from snakes.MySnake import MySnake
from snakes.LogicSnake import LogicSnake
SNAKE = MySnake()
SNAKE = LogicSnake()