6 lines
142 B
Python
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]
|