Code/pgpt/private_gpt/constants.py
2025-06-04 08:35:53 +02:00

4 lines
78 B
Python

from pathlib import Path
PROJECT_ROOT_PATH: Path = Path(__file__).parents[1]