pm4py.read.read_bpmn# pm4py.read.read_bpmn(file_path: str) → BPMN[source]# Reads a BPMN model from a .bpmn file Parameters: file_path (str) – file path of the bpmn model Return type: BPMN import pm4py bpmn = pm4py.read_bpmn('<path_to_bpmn_file>')