mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-01 22:08:36 +09:00
[utils] Split out traversal.py dummy and traversal tests
This commit is contained in:
10
youtube_dl/traversal.py
Normal file
10
youtube_dl/traversal.py
Normal 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,
|
||||
)
|
Reference in New Issue
Block a user