__init__.py 72 B

12345
  1. import os
  2. def get_hook_dirs():
  3. return [os.path.dirname(__file__)]