mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
8 lines
146 B
Python
8 lines
146 B
Python
RED = "\033[1;31m"
|
|
BLUE = "\033[1;34m"
|
|
CYAN = "\033[1;36m"
|
|
GREEN = "\033[0;32m"
|
|
RESET = "\033[0;0m"
|
|
BOLD = "\033[;1m"
|
|
REVERSE = "\033[;7m"
|