snapshot before regression test
This commit is contained in:
8
lib/Shell/Config.py
Normal file
8
lib/Shell/Config.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
class Config:
|
||||
"""配置类"""
|
||||
def __init__(self) -> None:
|
||||
self.debug: bool = False
|
||||
self.mode: str = 'relaxed' # 'relaxed' 或 'strict'
|
||||
Reference in New Issue
Block a user