Files

7 lines
113 B
Python

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