python from code2flow import code_to_flow def add_numbers(a, b): sum = a + b return sum flow = code_to_flow(add_numbers) flow.export('flowchart.png') flow.export('flowchart.html', embed=True)


上一篇:
下一篇:
切换中文