Files
doslang-mirror/src/ferrolang_vm/paths.py
T

6 lines
142 B
Python

"""Repository and local cache paths shared by Ferro developer tools."""
from pathlib import Path
ROOT = Path(__file__).resolve().parents[2]