1
0

Initial commit

This commit is contained in:
Yatharth Sharma
2026-01-23 15:12:06 -05:00
committed by GitHub
commit b51a0820b3
41 changed files with 19498 additions and 0 deletions

7
zipvoice/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
import warnings
warnings.filterwarnings(
"ignore",
category=UserWarning,
message="pkg_resources is deprecated as an API.*",
)