def error(message: str): print(f"\033[91mError: \033[0m{message}") quit()