Initial commit
This commit is contained in:
7
skills/quiz-mastery/src/quiz_mastery/utils.py
Executable file
7
skills/quiz-mastery/src/quiz_mastery/utils.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def project_root() -> Path:
|
||||
return Path(__file__).resolve().parents[2]
|
||||
Reference in New Issue
Block a user