1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-25 01:22:28 +00:00
senpy/tests/dummy_plugin/dummy.py

7 lines
148 B
Python
Raw Permalink Normal View History

2014-11-26 21:09:02 +00:00
from senpy.plugins import SenpyPlugin
class DummyPlugin(SenpyPlugin):
def __init__(self):
super(DummyPlugin, self).__init__("dummy")