from spyceModule import spyceModule class myModule(spyceModule): def foo(self): print 'foo called'
Back to List of Examples