Prettier ASCII art

This commit is contained in:
Micah Lee 2021-04-25 19:23:10 -04:00
parent 470fb2bda3
commit dac508d06e
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 33 additions and 48 deletions

View file

@ -44,8 +44,11 @@ class Common:
"""
C_RESET = "\033[0m"
C_BOLD = "\033[01m"
C_LIGHTGRAY = "\033[37m"
C_DARKGRAY = "\033[90m"
C_LIGHTPURPLE = "\033[95m"
C_DARKPURPLE = "\033[35m"
def __init__(self, verbose=False):
self.verbose = verbose