poniard
poniard copied to clipboard
Plugins should be held in a better data structure
Right now plugins are stored in a list, making it difficult to work with. A dict or named tuple, could be used, or a simple Bunch-like container.