Answers for "root directory linux python"

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 "root directory linux python"

Browse Popular Code Answers by Language