PluginsΒΆ

Begin by subclassing Plugin:

from lobot.plugins import Plugin


class MyPlugin(Plugin):
    pass