added pair screen, home screen, and channels screen
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user