1from PyObjCTools.WrapperGenerator import *
2import sys
3
4generateWrappersForFramework(sys.stdout,
5    'Colloquy Plugin SDK')
6