Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yslan
/
worldmem
like
9
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dbaa006
worldmem
/
utils
/
print_utils.py
xizaoqu
init
27ca8b3
23 days ago
raw
Copy download link
history
blame
Safe
94 Bytes
from
colorama
import
Fore
def
cyan
(
x:
str
) ->
str
:
return
f"
{Fore.CYAN}
{x}
{Fore.RESET}
"