regluit/core/parameters.py

4 lines
99 B
Python

(REWARDS, BUY2UNGLUE) = (1, 2)
(INDIVIDUAL, LIBRARY, BORROWED, RESERVE) = (1, 2, 3, 4)
TESTING = 0