pyward / scraper /__init__.py
rull's picture
Create __init__.py
562bee0 verified
raw
history blame
58 Bytes
import .voicevox as voicevox
__all__ = [
"voicevox"
]