mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-22 14:33:43 +03:00
6 lines
99 B
Python
6 lines
99 B
Python
from pathlib import Path
|
|
|
|
|
|
def get_project_root() -> Path:
|
|
return Path(__file__).parent.parent
|