We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06cbd0 commit 8b269b2Copy full SHA for 8b269b2
1 file changed
corebench/colours.py
@@ -18,6 +18,9 @@ def magenta():
18
19
def cyan():
20
return "\033[96m"
21
+
22
+def bold():
23
+ return "\033[1m"
24
25
def white():
26
return "\033[37m"
0 commit comments