7b0cda0
1
2
3
4
5
6
7
8
9
import sys import os ROOT_DIR = os.path.dirname(os.path.dirname(__file__)) SRC_DIR = os.path.join(ROOT_DIR, "src") sys.path.insert(0, SRC_DIR)