from src.config import Settings COLORS = { 'POSITIVE': '#4CAF50', # green 'NEGATIVE': '#F44336', # red 'NEUTRAL': '#FFC107', # yellow 'DEFAULT': '#607D8B' # grey } SETTINGS = Settings()