mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-24 10:32:20 +00:00
First tests
This commit is contained in:
9
plugins-bak/prueba/__init__.py
Normal file
9
plugins-bak/prueba/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from senpy.plugins import SenpyPlugin
|
||||
|
||||
class Prueba(SenpyPlugin):
|
||||
def __init__(self, **kwargs):
|
||||
super(Prueba, self).__init__(name="prueba",
|
||||
version="4.0",
|
||||
**kwargs)
|
||||
|
||||
plugin = Prueba()
|
Reference in New Issue
Block a user