fix circular import errors so the server and start again

This commit is contained in:
2026-04-06 04:30:02 +02:00
parent 98be2fe6fe
commit 43c7720480
8 changed files with 39 additions and 18 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import time
from server.metrics import MetricsCollector
from server.GameBoard import GameBoard
from storage import StorageLoader
from server.storage import StorageLoader
from snakes import SnakeBuilder
class GameRuntimeService: