Skip to content

Instantly share code, notes, and snippets.

@dragid10
Created December 28, 2020 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragid10/177f1135fc2b74d63522908d3abe5456 to your computer and use it in GitHub Desktop.
Save dragid10/177f1135fc2b74d63522908d3abe5456 to your computer and use it in GitHub Desktop.
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