Initial commit
This commit is contained in:
7
zipvoice/__init__.py
Normal file
7
zipvoice/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings(
|
||||
"ignore",
|
||||
category=UserWarning,
|
||||
message="pkg_resources is deprecated as an API.*",
|
||||
)
|
||||
Reference in New Issue
Block a user