POP 16.2 Release

POP 16.2 extends the “__getitem__” function of a Sub.

This allows for prettier access of plugins and subs. For example, Instead of doing:

getattr(hub.output, hub.OPT.rend.output).display()

You can do:

hub.output[hub.OPT.rend.output].display()