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