tsgpt / src /utils /util.py
brichett's picture
upload src folder
854f61d verified
from pathlib import Path
def get_proj_root() -> Path:
return Path(__file__).parent