rull commited on
Commit
58c3f8c
·
verified ·
1 Parent(s): acc8a4e

Update scraper/__init__.py

Browse files
Files changed (1) hide show
  1. scraper/__init__.py +1 -1
scraper/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- import .voicevox as voicevox
2
 
3
  __all__ = [
4
  "voicevox"
 
1
+ from .voicevox import synthesis as voicevox
2
 
3
  __all__ = [
4
  "voicevox"