Commit 296e2ad2 by jiaqiying

fix enum.py chogntu

parent a71683aa
# -*- coding: utf-8 -*-
__author__ = 'jiaqiying'
__data__ = "2021-05-06 03:01"
from enum import Enum
class CaseGrade(Enum):
LOW = 0
MIDDLE = 1
HIGH = 2
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment