Files
sbv2-v2/onnx_modules/V200/__init__.py
2023-12-14 20:14:54 +08:00

5 lines
115 B
Python

from .text.symbols import symbols
from .models_onnx import SynthesizerTrn
__all__ = ["symbols", "SynthesizerTrn"]