move Server Logic to own Snake Class
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user