From 4ded8efc8c275e60dc4cbb86a0a7aaa1ddb9ef70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Sun, 16 Jun 2024 21:56:00 +0300 Subject: [PATCH] d --- v5/main-gui.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/v5/main-gui.py b/v5/main-gui.py index 09372e3..d938a86 100644 --- a/v5/main-gui.py +++ b/v5/main-gui.py @@ -48,15 +48,15 @@ print(cli_test_reportVictory()) ctrl = ctx_Controller(memory_createContext()) ctrl.registerFunctions([ - cli_exit, - cli_goOn, - cli_greetUser, - cli_promptSecondItemSelection, - cli_reportMatchedItems, - cli_reportMismatchedItems, - cli_reportVictory, - cli_selectItem, - cli_showHelp, +# cli_exit, +# cli_goOn, +# cli_greetUser, +# cli_promptSecondItemSelection, +# cli_reportMatchedItems, +# cli_reportMismatchedItems, +# cli_reportVictory, +# cli_selectItem, +# cli_showHelp, memory_detectMismatchedItems, memory_detectVictory, memory_generateConstPlayfield,