mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-04 03:22:06 +00:00
6 lines
159 B
Python
6 lines
159 B
Python
class CacheKey:
|
|
waiting_queue = "waiting_queue"
|
|
contest_rank_cache = "contest_rank_cache_"
|
|
website_config = "website_config"
|
|
option = "option"
|