LVP / utils /print_utils.py
kiwhansong's picture
add demo
142a1ac
from colorama import Fore
def cyan(x: str) -> str:
return f"{Fore.CYAN}{x}{Fore.RESET}"