from api.node import MeshNode from ui.app import mesh if __name__ == "__main__": app = mesh() app.run()