added pair screen, home screen, and channels screen

This commit is contained in:
2026-03-08 06:56:18 +11:00
parent 3bcab4414a
commit 83c927d23a
11 changed files with 197 additions and 40 deletions

View File

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