SafeLIBERO / safelibero /scripts /init_path.py
THURCSCT's picture
Add files using upload-large-folder tool
0e4bbae verified
Raw
History Blame
119 Bytes
import sys
import os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.join(path, "../"))