dosage/dosagelib/__pyinstaller/__init__.py

7 lines
143 B
Python
Raw Normal View History

# SPDX-License-Identifier: MIT
# Copyright (C) 2020 Tobias Gruetzmacher
import os
def get_hook_dirs():
return [os.path.dirname(__file__)]