Recursion-Tree-Visualizer icon indicating copy to clipboard operation
Recursion-Tree-Visualizer copied to clipboard

Question: How to remove main(None) node

Open wilderfield opened this issue 1 year ago • 0 comments

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?

wilderfield avatar Oct 28 '23 23:10 wilderfield