__init__.py 72 B

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