dash-asg / ASG.API /BasePath.py
wasmdashai's picture
Update ASG.API/BasePath.py
c0bf8aa verified
raw
history blame contribute delete
69 Bytes
import sys
path="ASG.API/"
BASEPATH=path+'/'
sys.path.insert(0, path)