SATA / src /sata /mypath.py
zzysteve
Initial commit
5221c8c
Raw
History Blame Contribute Delete
233 Bytes
import os
SRC_DIR = os.path.dirname(os.path.abspath(__file__))
PRJ_DIR = os.path.join(SRC_DIR, "../..")
DATA_DIR = os.path.join(PRJ_DIR, "data")
CFG_DIR = os.path.join(PRJ_DIR, "config")
RESULT_DIR = os.path.join(PRJ_DIR, "result")