aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/__pyinstaller/__init__.py
blob: 1c52aadf4ba4bc290f3ff0f1a9f12d5f2e49b5ce (plain)
1
2
3
4
5
import os


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