pyward / scraper /__init__.py
rull's picture
Update scraper/__init__.py
58c3f8c verified
raw
history blame
73 Bytes
from .voicevox import synthesis as voicevox
__all__ = [
"voicevox"
]