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
J. Fernando Sánchez dabf444607 Switched to Yapsy
2014-11-26 22:09:02 +01:00

7 lines
148 B
Python

from senpy.plugins import SenpyPlugin
class DummyPlugin(SenpyPlugin):
def __init__(self):
super(DummyPlugin, self).__init__("dummy")