Recursion-Tree-Visualizer
Recursion-Tree-Visualizer copied to clipboard
Question: How to remove main(None) node
When you generate the GIF with the default example, for some reason a node gets generated for the main() function even though main() is not decorated.
Is there a way to avoid this?