File size: 90 Bytes
854f61d
 
 
 
1
2
3
4
from pathlib import Path

def get_proj_root() -> Path:
    return Path(__file__).parent