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
+1 -1
View File
@@ -12,7 +12,7 @@ in the folder where this file exists:
"""
import unittest
from snakes.MySnake import avoid_my_neck
from snakes.LogicSnake import avoid_my_neck
class AvoidNeckTest(unittest.TestCase):