Spaces:
Runtime error
Runtime error
File size: 78 Bytes
4bdb245 |
1 2 3 4 |
from pathlib import Path
PROJECT_ROOT_PATH: Path = Path(__file__).parents[1]
|