tidalinn
Updated project
24eb986
raw
history blame contribute delete
206 Bytes
from src.config import Settings
COLORS = {
'POSITIVE': '#4CAF50', # green
'NEGATIVE': '#F44336', # red
'NEUTRAL': '#FFC107', # yellow
'DEFAULT': '#607D8B' # grey
}
SETTINGS = Settings()