adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.49k stars 1.21k forks source link

[Python] Add support for classes #246

Closed wdhdev closed 11 months ago

wdhdev commented 11 months ago

In Python when you try and use classes in the code it completely breaks the flowchart.

adrai commented 11 months ago

wong repo: https://github.com/adrai/flowchart.js/issues/245

adrai commented 11 months ago

https://github.com/cdfmlr/pyflowchart

wdhdev commented 11 months ago

Thank you