1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-17 00:22:34 +01:00
yt-dlp/yt_dlp/__pyinstaller/__init__.py

6 lines
72 B
Python
Raw Permalink Normal View History

import os
def get_hook_dirs():
return [os.path.dirname(__file__)]