DeMemWM / utils /print_utils.py
BonanDing's picture
Initial commit
b47a1ce
raw
history blame contribute delete
94 Bytes
from colorama import Fore
def cyan(x: str) -> str:
return f"{Fore.CYAN}{x}{Fore.RESET}"