class Config: """配置类""" def __init__(self): self.debug = False self.mode = 'relaxed' # 'relaxed' 或 'strict'