__init__.py 81 B

123
  1. #!/usr/bin/env python3
  2. import sys, os
  3. sys.path.append(os.path.dirname(__file__))