Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index b804253..b2fde89 100644
--- a/constants.py
+++ b/constants.py
@@ -39,6 +39,7 @@ STAR = 2
HASH = 3
DICE = 4
LOW = 'low'
+MEDIUM = 'medium'
HIGH = 'high'
RED_STROKE = "#FF6040"
RED_FILL = "#FFC4B8"