mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-17 18:46:35 +00:00
6 lines
122 B
Python
6 lines
122 B
Python
from yt_dlp.compat.compat_utils import passthrough_module
|
|
|
|
passthrough_module(__name__, '.patch')
|
|
del passthrough_module
|
|
|