ublue-forge/anvil/nicegui/utils/helper.py

6 lines
99 B
Python
Raw Normal View History

2024-05-20 21:14:29 +03:00
from pathlib import Path
def get_project_root() -> Path:
return Path(__file__).parent.parent