This commit is contained in:
2021-09-01 17:32:53 +02:00
parent 1dd2e4de38
commit 7947888be0
8 changed files with 47 additions and 5 deletions
+1
View File
@@ -15,6 +15,7 @@ class App:
q = Queue()
hands_ai_process = Process(target=self.hands_ai.run, args=(q,))
hands_ai_process.start()
while True:
self.scene.redraw()