#include "graph/graph_app.h" void ion_app() { GraphApp graphApp = GraphApp(); graphApp.run(); }