from systemrelation import graph_model from systemrelation import systemgraph_display from systemrelation import systemdatautils if '__main__'==__name__: project_id="" model_id="0ebf6b7ae97211e9a27c57c0742fab4c" system_name="冷冻水供水管" domain="DomainPiping" g=graph_model.FloorGraph(project_id,model_id,system_name,domain) g.get_floor_graphs() systemdatautils.save_floor_graph_data(g) systemgraph_display.show_floor(g)