ublue-forge/anvil/nicegui/utils/helper.py
2024-05-20 18:14:29 +00:00

6 lines
99 B
Python

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