__init__.py 182 B

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