openlp/openlp/core/test/testplugins/testplugin2/testplugin2.py

9 lines
150 B
Python

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