File size: 199 Bytes
3943768
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import os
import sys

root_path = os.path.dirname((__file__))
root_path = os.path.abspath(os.path.abspath(os.path.join(root_path, "..")))
if root_path not in sys.path:
    sys.path.append(root_path)