dash-asg / ASG.API /BasePath.py
wasmdashai's picture
model push
62dcfec
raw
history blame
119 Bytes
import sys
path="/home/asgmodel/django-rest-api/DjangoRestApi/tutorials/ASG"
BASEPATH=path+'/'
sys.path.insert(0, path)