You've already forked HeurAMS-Legacy
style: 代码格式化
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import pathlib
|
||||
|
||||
|
||||
class BaseTTS:
|
||||
name = "BaseTTS"
|
||||
|
||||
|
||||
@classmethod
|
||||
def convert(cls, text: str, path: pathlib.Path | str = "") -> pathlib.Path:
|
||||
"""path 是可选参数, 不填则自动返回生成文件路径"""
|
||||
return path # type: ignore
|
||||
return path # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user