cqwu-ehall/cqwu/enums/webvpn.py
2023-06-01 17:03:36 +08:00

11 lines
200 B
Python

from enum import Enum
class ExamRound(str, Enum):
Supplementation = "1"
""" 开学补缓考 """
Scattered = "2"
""" 分散考试 """
Concentration = "3"
""" 集中考试 """