加入功能开启显示指令,格式化代码
This commit is contained in:
@@ -36,7 +36,6 @@ class Feature(Enum):
|
||||
POINT_TRADE = 12, "积分赠送功能"
|
||||
VIDEO = 14, "视频点播功能"
|
||||
|
||||
|
||||
def __new__(cls, value, description):
|
||||
obj = object.__new__(cls)
|
||||
obj._value_ = value
|
||||
|
||||
Reference in New Issue
Block a user