Files

7 lines
113 B
Python
Raw Permalink Normal View History

2026-03-07 10:38:18 +11:00
from api.node import MeshNode
from ui.app import mesh
2026-03-07 10:38:18 +11:00
2026-03-07 14:22:06 +11:00
if __name__ == "__main__":
app = mesh()
2026-03-07 14:22:06 +11:00
app.run()