work on ui

This commit is contained in:
2026-03-07 14:22:06 +11:00
parent 3aed2e5412
commit fe410f6444
7 changed files with 103 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
from api.node import MeshNode
from ui.app import Hive
print(MeshNode.discover())
if __name__ == "__main__":
app = Hive()
app.run()