None
Definition at line 94 of file Dump.py.
00094 : 00095 return 00096 def run(app):
Definition at line 97 of file Dump.py.
00097 : 00098 sw = SayWhat() 00099 app.addAlgorithm(sw) 00100