5 lines
137 B
Python
5 lines
137 B
Python
class CacheKey:
|
|
waiting_queue = "waiting_queue"
|
|
contest_rank_cache = "contest_rank_cache_"
|
|
website_config = "website_config"
|