graphcanvas
graphcanvas copied to clipboard
Replace print statements
The tools fire off print
statements during events by default. As pointed out in #8 (comment), it would be preferable to replace the methods holding these print statements with Callable
traits to make the tools more flexible and extensible.