added comments and typehints. Refactored a little.

This commit is contained in:
CocoByte 2023-10-24 15:13:56 -06:00
parent 852f22a57a
commit 4f6b5e2b06
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
4 changed files with 371 additions and 328 deletions

View file

@ -11,6 +11,7 @@ class TerminalColors:
OKCYAN = "\033[96m"
OKGREEN = "\033[92m"
YELLOW = "\033[93m"
MAGENTA = "\033[35m"
FAIL = "\033[91m"
ENDC = "\033[0m"
BOLD = "\033[1m"