Bakalarska_praca/private_gpt/constants.py

4 lines
78 B
Python
Raw Normal View History

2024-09-27 16:52:16 +00:00
from pathlib import Path
PROJECT_ROOT_PATH: Path = Path(__file__).parents[1]