🎨 Apply black formatting

This commit is contained in:
2024-12-14 04:43:03 +08:00
parent 59e0871840
commit a9938d30ed
16 changed files with 361 additions and 82 deletions

View File

@ -48,6 +48,8 @@ class ConfigModel(BaseModel):
marshoai_tencent_secretid: str | None = None
marshoai_tencent_secretkey: str | None = None
marshoai_plugin_dirs: list[str] = []
yaml = YAML()