how append a directory based on current directory python

Solutions on MaxInterview for how append a directory based on current directory python by the best coders in the world

showing results for - "how append a directory based on current directory python"
Capucine
14 Nov 2018
1import sys
2sys.path.append(os.path.abspath('../'))