1
0

style: 代码格式化

This commit is contained in:
david-ajax
2025-12-13 21:47:37 +08:00
parent a0b327cdbb
commit baa7ac8ee9
64 changed files with 755 additions and 573 deletions

View File

@@ -3,4 +3,4 @@ from heurams.context import config_var
from heurams.providers.tts import TTSs
from typing import Callable
convert: Callable = TTSs[config_var.get().get("tts_provider")]
convert: Callable = TTSs[config_var.get().get("tts_provider")]