5 lines
115 B
Python
5 lines
115 B
Python
from .text.symbols import symbols
|
|
from .models_onnx import SynthesizerTrn
|
|
|
|
__all__ = ["symbols", "SynthesizerTrn"]
|