__init__.py 65 B

1234
  1. import os
  2. import sys
  3. sys.path.append(os.path.dirname(__file__))