[REPO REFACTOR]: changed to a better git repository structure with branches
This commit is contained in:
13
util/logger/colors.py
Normal file
13
util/logger/colors.py
Normal file
@@ -0,0 +1,13 @@
|
||||
class Colors:
|
||||
RED = "\033[91m"
|
||||
GREEN = "\033[92m"
|
||||
YELLOW = "\033[93m"
|
||||
BLUE = "\033[94m"
|
||||
MAGENTA = "\033[95m"
|
||||
CYAN = "\033[96m"
|
||||
WHITE = "\033[97m"
|
||||
RESET = "\033[0m"
|
||||
BOLD = "\033[1m"
|
||||
UNDERLINE = "\033[4m"
|
||||
LIME = "\033[32m"
|
||||
GRAY = "\033[90m"
|
||||
Reference in New Issue
Block a user