blob: fa02fc9233c5711d590f24683eb1e8a724241766 (
about) (
plain)
1
2
3
4
5
6
|
# For usage of lark with PyInstaller. See https://pyinstaller-sample-hook.readthedocs.io/en/latest/index.html
import os
def get_hook_dirs():
return [os.path.dirname(__file__)]
|