Answers for "python get path to root of the project"

2

Python project root dir

import os
ROOT_DIR = os.path.abspath(os.curdir)
Posted by: Guest on April-28-2021

Code answers related to "python get path to root of the project"

Browse Popular Code Answers by Language