Nodebox API notes:
nodeboxes graphics API has lots of small functions that are combined into classes such as BezierPath:
https://github.com/nodebox/nodebox-pyobjc/blob/master/nodebox/graphics/bezier.py
Runner class (in console.py):
In nodebox, the runner class manages the lifecycle of the bot.