from openlp.core.lib import Plugin class testplugin2(Plugin): name="testplugin2" version=1 Weight=1 def __init__(self): pass