OnlineJudge/utils/constants.py
2017-10-02 03:54:34 +08:00

6 lines
159 B
Python

class CacheKey:
waiting_queue = "waiting_queue"
contest_rank_cache = "contest_rank_cache_"
website_config = "website_config"
option = "option"