__init__.py 109 B

12345
  1. import os
  2. import sys
  3. sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../src")))