Answers for "python root directory windows"

2

Python project root dir

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

Browse Popular Code Answers by Language