Files
mantle-ai-trader/skills/quiz-mastery/src/quiz_mastery/utils.py
2026-06-06 05:21:10 +00:00

7 lines
137 B
Python
Executable File

from __future__ import annotations
from pathlib import Path
def project_root() -> Path:
return Path(__file__).resolve().parents[2]