MCPcopy Create free account
hub / github.com/JaveleyQAQ/WeChatOpenDevTools-Python / Color

Class Color

utils/colors.py:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Color:
2 END = '\033[0m'
3 RED = '\033[91m'
4 GREEN = '\033[92m'
5 YELLOW = '\033[93m'
6 BLUE = '\033[94m'
7 CYAN = '\033[96m'
8 PURPLE = '\033[95m'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected