drawpyo
drawpyo copied to clipboard
Add FlowChart diagram type
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.