可用的回归测试通过的标准版本
This commit is contained in:
5
lib/Shell/Config.py
Normal file
5
lib/Shell/Config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Config:
|
||||
"""配置类"""
|
||||
def __init__(self):
|
||||
self.debug = False
|
||||
self.mode = 'relaxed' # 'relaxed' 或 'strict'
|
||||
Reference in New Issue
Block a user