File size: 95 Bytes
8b1e853
 
 
 
 
1
2
3
4
5
from graph import run, graph

if __name__ == "__main__":
    app = graph.compile()
    run(app)