started writing api for desktop app

This commit is contained in:
2026-03-07 10:38:18 +11:00
parent 7deb752a97
commit 3aed2e5412
3 changed files with 24 additions and 0 deletions

4
desktop_app/main.py Normal file
View File

@@ -0,0 +1,4 @@
from api.node import MeshNode
print(MeshNode.discover())