Created
December 28, 2020 19:12
-
-
Save dragid10/177f1135fc2b74d63522908d3abe5456 to your computer and use it in GitHub Desktop.
This file contains 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
def get_project_root() -> Path: | |
"""Returns project root folder.""" | |
return Path(__file__).parent.parent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment