color escape codes

This commit is contained in:
WhatDidYouExpect 2025-02-26 19:36:58 +01:00 committed by GitHub
parent 4aff37dfce
commit 713e21abf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,4 +23,9 @@ MEMORY_FILE = "memory.json"
DEFAULT_DATASET_FILE = "defaultdataset.json"
MEMORY_LOADED_FILE = "MEMORY_LOADED"
ALIVEPING = os.getenv("ALIVEPING")
IGNOREWARNING = True
song = os.getenv("song")
RED = "\033[31m"
GREEN = "\033[32m"
YELLOW = "\033[33m"
RESET = "\033[0m"