mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
feat(nicegui): add about section
This commit is contained in:
parent
f5c95c8d1e
commit
f67774443f
7 changed files with 83 additions and 31 deletions
5
anvil/nicegui/utils/helper.py
Normal file
5
anvil/nicegui/utils/helper.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from pathlib import Path
|
||||
|
||||
|
||||
def get_project_root() -> Path:
|
||||
return Path(__file__).parent.parent
|
Loading…
Add table
Add a link
Reference in a new issue