Init
This commit is contained in:
8
neko_daemonizer_dante/utils/__init__.py
Normal file
8
neko_daemonizer_dante/utils/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings(
|
||||
action="ignore",
|
||||
category=RuntimeWarning,
|
||||
module='runpy',
|
||||
lineno=128
|
||||
)
|
||||
Reference in New Issue
Block a user