Михаил Капелько 2 weeks ago
parent
commit
4ded8efc8c
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      v5/main-gui.py

+ 9
- 9
v5/main-gui.py View File

@@ -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,


Loading…
Cancel
Save