File size: 105 Bytes
d425e71
 
 
 
1
2
3
4
5
"""Utility for project root."""
from pathlib import Path

PROJECT_ROOT = Path(__file__).resolve().parent