Upload files to "/"
This commit is contained in:
2
dco.py
2
dco.py
@ -1,7 +1,9 @@
|
|||||||
from Modules.Imports.all_imports import *
|
from Modules.Imports.all_imports import *
|
||||||
from TTPs.menu import MENU_OPTIONS as BASE_MENU_OPTIONS
|
from TTPs.menu import MENU_OPTIONS as BASE_MENU_OPTIONS
|
||||||
|
from Modules.cli_handler import handle_arguments
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
handle_arguments() # Handle CLI arguments first
|
||||||
MENU_OPTIONS = {
|
MENU_OPTIONS = {
|
||||||
key: {
|
key: {
|
||||||
**value,
|
**value,
|
||||||
|
Reference in New Issue
Block a user