worldmem / utils /print_utils.py
xizaoqu
init
27ca8b3
raw
history blame
94 Bytes
from colorama import Fore
def cyan(x: str) -> str:
return f"{Fore.CYAN}{x}{Fore.RESET}"