This commit is contained in:
hhh
2024-02-11 17:12:19 +02:00
commit 08bc8bec96
20 changed files with 2709 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import warnings
warnings.filterwarnings(
action="ignore",
category=RuntimeWarning,
module='runpy',
lineno=128
)