27ca8b3
1
2
3
4
5
6
from colorama import Fore def cyan(x: str) -> str: return f"{Fore.CYAN}{x}{Fore.RESET}"