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