0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-31 23:02:40 +00:00
yt-dlp/yt_dlp/__pyinstaller/__init__.py
2023-02-09 01:46:56 +05:30

5 lines
72 B
Python

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