__init__.py 65 Bytes Edit Raw Blame History 1 2 3 4 import sys import os sys.path.append(os.getcwd()) print(sys.path)