Print strings

This commit is contained in:
2025-10-28 14:48:11 +11:00
parent 9ad3bdbc92
commit 89065711ce
5 changed files with 58 additions and 12 deletions

View File

@@ -2,4 +2,4 @@ def error(message: str = "This is a bugged error message. Please report this iss
exit(f"\033[91mError: \033[0m{message}")
def warn(message: str):
print(f"\033[33mWarning: {message}")
print(f"\033[33mWarning: {message}\033[0m")