[utils] Split out traversal.py dummy and traversal tests

This commit is contained in:
dirkf
2024-05-28 17:16:58 +01:00
parent 34484e49f5
commit eee9a247eb
3 changed files with 519 additions and 483 deletions

10
youtube_dl/traversal.py Normal file
View File

@@ -0,0 +1,10 @@
# coding: utf-8
# TODO: move these utils.fns here and move import to utils
# flake8: noqa
from .utils import (
dict_get,
get_first,
T,
traverse_obj,
)