feat: KIAUH v6 - full rewrite of KIAUH in Python #428

Open
dw-0 wants to merge 242 commits from kiauh-v6-dev into master
Showing only changes of commit fef8b58510 - Show all commits

View File

@@ -153,8 +153,6 @@ class BaseMenu(ABC):
sys.exit(0)
elif choice == "b":
return
elif choice == "h":
print("help!")
else:
self.execute_option(choice)