rull commited on
Commit
562bee0
·
verified ·
1 Parent(s): cbd64f5

Create __init__.py

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