VER_NUM = '1.3.14' VERSION = f'Release {VER_NUM}' COMPATIBLE_VERSION = ['7.3', '7.4', '7.6', '7.7', '8.0'] class CONSOLE: FONT_FAMILY = ("'JetBrains Mono', 'Consolas', 'Menlo', 'Monaco', 'Courier New', " "'Ubuntu Mono', 'DejaVu Sans Mono', 'Liberation Mono', monospace") BACKGROUND = "#282A36" RED = "#FF5555" YELLOW = "#F1FA8C" WHITE = "#DADBD7" GREEN = "#50FA7B" BLACK = "#63656C" LINE_HEIGHT = "1.2" class LOGLEVEL: INFO = "INFO" WARNING = "WARNING" ERROR = "ERROR" SUCCESS = "SUCCESS"