dosage/dosagelib/__pyinstaller/__init__.py
2020-10-11 20:15:27 +02:00

8 lines
144 B
Python

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