1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-26 19:25:45 +02:00
yt-dlp/yt_dlp/__pyinstaller/__init__.py
2023-02-09 01:46:56 +05:30

6 lines
72 B
Python

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