mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-23 22:57:32 +08:00
vsr v1.0.0
This commit is contained in:
3
backend/__init__.py
Normal file
3
backend/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import warnings
|
||||
# 忽略所有的 DeprecationWarning
|
||||
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
||||
Reference in New Issue
Block a user