manim/tests/helpers/path_utils.py

5 lines
106 B
Python

from pathlib import Path
def get_project_root() -> Path:
return Path(__file__).parent.parent.parent