Download this file
1 2 3 4 5
import os import sys REPO_PATH = os.path.abspath(os.path.join(os.path.dirname("__file__"), "..")) sys.path.insert(0, REPO_PATH)