Created
March 20, 2020 11:50
-
-
Save wiccy46/885858f24f7cc17789969ee54d77f933 to your computer and use it in GitHub Desktop.
[project_root] Get cwd #python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
project_root = os.path.dirname(os.path.abspath(__file__)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment