mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-29 10:02:11 +00:00
5 lines
106 B
Python
5 lines
106 B
Python
from pathlib import Path
|
|
|
|
|
|
def get_project_root() -> Path:
|
|
return Path(__file__).parent.parent.parent
|