Format export

This commit is contained in:
Sihan Wang
2023-12-14 20:14:54 +08:00
parent 203638bee9
commit 8d6307f82f
3 changed files with 6 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
from .text.symbols import symbols
from .models_onnx import SynthesizerTrn
__all__ = ["symbols", "SynthesizerTrn"]

View File

@@ -1,2 +1,4 @@
from .text.symbols import symbols
from .models_onnx import SynthesizerTrn
__all__ = ["symbols", "SynthesizerTrn"]

View File

@@ -1,2 +1,4 @@
from .text.symbols import symbols
from .models_onnx import SynthesizerTrn
__all__ = ["symbols", "SynthesizerTrn"]