This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin architecture based on "sub-class discovery method" described in a talk | |
by Dr. André Roberge. The talk is called "Plugins and monkeypatching: | |
increasing flexibility, dealing with inflexibility". | |
Here's the talk recorded at PyCon 2009 in Chicago: | |
http://us.pycon.org/2009/conference/schedule/event/47/ | |
Plugin writer HOWTO: | |
1. subclass "Base" | |
2. implement sayHi() |