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