feat(nicegui): add about section

This commit is contained in:
Stephan Lüscher 2024-05-20 18:14:29 +00:00
parent f5c95c8d1e
commit f67774443f
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
7 changed files with 83 additions and 31 deletions

View file

@ -0,0 +1,5 @@
from pathlib import Path
def get_project_root() -> Path:
return Path(__file__).parent.parent