From 370905ce2d3c8b22bd685568730a07bc2208d001 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 00:52:41 -0500 Subject: [PATCH] Delete dco.py --- dco.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dco.py diff --git a/dco.py b/dco.py deleted file mode 100644 index b6e32f3..0000000 --- a/dco.py +++ /dev/null @@ -1,15 +0,0 @@ -from Modules.Imports.all_imports import * -from TTPs.menu import MENU_OPTIONS as BASE_MENU_OPTIONS -from Modules.cli_handler import handle_arguments - -if __name__ == "__main__": - handle_arguments() # Handle CLI arguments first - MENU_OPTIONS = { - key: { - **value, - "submenu": value["submenu"], # Pass the actual function - } - for key, value in BASE_MENU_OPTIONS.items() - } - - display_menu(MENU_OPTIONS) # Display the dynamic menu \ No newline at end of file