/constants.py
# Constants used everywhere

JUDGE_FGREAT = 1
JUDGE_GREAT = 2
JUDGE_GOOD = 3
JUDGE_BAD = 4
JUDGE_POOR = 5
JUDGE_NA = 6