1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-05 07:31:14 +02:00
yt-dlp/yt_dlp/utils/__init__.py

13 lines
292 B
Python
Raw Normal View History

2023-07-06 16:39:42 +02:00
# flake8: noqa: F401, F403
import warnings
from ..compat.compat_utils import passthrough_module
passthrough_module(__name__, '._deprecated')
del passthrough_module
# isort: off
from .traversal import *
from ._utils import *
from ._utils import _configuration_args, _get_exe_version_output