mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-21 14:03:46 +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
|