# MiniYahtzee Project # Source codee file: constants.py UNCLASSIFIED = 0 NOTHING = 1 PAIR = 2 STRAIGHT = 3 TRIPLE = 4