modified: main.py

This commit is contained in:
OusmBlueNinja 2023-08-26 22:34:52 -05:00
parent 1e803d87ca
commit 34be544a78

View File

@ -199,6 +199,8 @@ class packagemanager:
def handleCommands(command: list) -> list:
try:
if command[0] == "exit":
quit()
if command[0] == "help":
print("Type pakk for more help installing packages" )
return [0,None]