Spaces:
Running on A100
Running on A100
| from colorama import Fore | |
| def cyan(x: str) -> str: | |
| return f"{Fore.CYAN}{x}{Fore.RESET}" | |
| from colorama import Fore | |
| def cyan(x: str) -> str: | |
| return f"{Fore.CYAN}{x}{Fore.RESET}" | |