OnlineJudge/utils/constants.py

5 lines
137 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"