def error(message: str = "This is a bugged error message. Please report this issue."): exit(f"\033[91mError: \033[0m{message}")