Im going crazy

This commit is contained in:
2025-12-31 14:26:20 +01:00
parent 13ec518d2a
commit 29e6b18534
3 changed files with 6 additions and 6 deletions

View File

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