Add files via upload

This commit is contained in:
m5rcel { Marcel }
2025-09-08 22:11:19 +02:00
committed by GitHub
parent af762526f5
commit 751062a706
21 changed files with 698 additions and 0 deletions

6
commands/cmd_exit.py Normal file
View File

@@ -0,0 +1,6 @@
from colorama import Fore
class ExitCommand:
def run(self):
print(Fore.YELLOW + "Bye!")
return True # Signals to shell to exit