mirror of
https://github.com/m4rcel-lol/m5rcode.git
synced 2025-12-06 19:13:57 +05:30
Add files via upload
This commit is contained in:
committed by
GitHub
parent
af762526f5
commit
751062a706
6
commands/cmd_exit.py
Normal file
6
commands/cmd_exit.py
Normal 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
|
||||
Reference in New Issue
Block a user