Files
2026-07-13 13:32:05 +08:00

7 lines
99 B
Python

from enum import Enum
class ARCMode(Enum):
CHALLENGE = "ARC-Challenge"
EASY = "ARC-Easy"