OnlineJudge/utils/constants.py

6 lines
159 B
Python
Raw Normal View History

2017-08-15 12:32:14 +00:00
class CacheKey:
waiting_queue = "waiting_queue"
contest_rank_cache = "contest_rank_cache_"
website_config = "website_config"
2017-10-01 19:54:34 +00:00
option = "option"