Skip to content

Commit 8b269b2

Browse files
authored
Update colours.py
1 parent f06cbd0 commit 8b269b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

corebench/colours.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ def magenta():
1818

1919
def cyan():
2020
return "\033[96m"
21+
22+
def bold():
23+
return "\033[1m"
2124

2225
def white():
2326
return "\033[37m"

0 commit comments

Comments
 (0)