"""Constants that may be tweaked in the future.""" from __future__ import division, unicode_literals FRAME_RATE = 10 #44 MIN_VALUE = 0 MAX_VALUE = 1 MAX_TIME = 4 MIN_TIME = 0.3 MAX_HUE = 169 / 360 MIN_HUE = 250 / 360