[cad161]: / notebooks / context.py

Download this file

6 lines (4 with data), 129 Bytes

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)