misinfo / src /utils /path_utils.py
gyigit's picture
update
54e8a79
raw
history blame
148 Bytes
from pathlib import Path
def get_project_root() -> Path:
"""Get the project root directory."""
return Path(__file__).parent.parent.parent