diff options
Diffstat (limited to 'nba/standings.py')
-rw-r--r-- | nba/standings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nba/standings.py b/nba/standings.py index a7773fe..3c796ee 100644 --- a/nba/standings.py +++ b/nba/standings.py @@ -4,6 +4,7 @@ Tabulate the current conference standings. from tabulate import tabulate # ANSI escape codes for text formatting +BOLD = '\033[1m' END = '\033[0m' RED = '\033[91m' GREEN = '\033[32m' |