This commit is contained in:
2025-12-31 14:39:20 +01:00
parent e1f5bfc491
commit 139b3992d8
3 changed files with 8 additions and 7 deletions

View File

@@ -23,5 +23,5 @@ class GameService:
self.clock_service.stop()
self.detection_service.stop()
def make_move(self) -> tuple[np.ndarray, str]:
def make_move(self) -> tuple[bytes, str]:
return self.detection_service.analyze_single_frame()