drawpyo icon indicating copy to clipboard operation
drawpyo copied to clipboard

Add FlowChart diagram type

Open MerrimanInd opened this issue 2 years ago • 0 comments

Add a custom diagram type for working with FlowCharts.

Sub classes should include:

  • Start
  • End
  • Process
  • Decision Each class should have the appropriate functions for linking. FlowChart should have an .auto_layout() function that will attempt to make it pretty.

MerrimanInd avatar Aug 12 '23 14:08 MerrimanInd