feat: KIAUH v6 - full rewrite of KIAUH in Python #428
@@ -153,8 +153,6 @@ class BaseMenu(ABC):
|
||||
sys.exit(0)
|
||||
elif choice == "b":
|
||||
return
|
||||
elif choice == "h":
|
||||
print("help!")
|
||||
else:
|
||||
self.execute_option(choice)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user