File size: 154 Bytes
8fbb714
 
 
 
 
 
1
2
3
4
5
6
import os
import sys

ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
if ROOT_DIR not in sys.path:
    sys.path.insert(0, ROOT_DIR)