OnlineJudge/utils/constants.py

4 lines
99 B
Python

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