import plugin class MyPlugin(plugin.Plugin): """ This is a short description And here should be a long description how this plugin works, how to activate it and what settings the user needs to add to the local_conf.py """ def __init__(self): pass