import colorama # type: ignore from colorama import Fore # type: ignore colorama.init() ERROR_TEXT = f"{Fore.RED}Error:{Fore.RESET}" WARNING_TEXT = f"{Fore.YELLOW}Warning:{Fore.RESET}" HINT_TEXT = f"{Fore.LIGHTBLUE_EX}Hint:{Fore.RESET}"