[helga_plugins]
operator = helga.plugins.operator:operator
manager = helga.plugins.manager:manager
ping = helga.plugins.ping:ping
help = helga.plugins.help:help
webhooks = helga.plugins.webhooks:WebhookPlugin

[console_scripts]
helga = helga.bin.helga:main

[helga_webhooks]
announcements = helga.webhooks.announcements:announce
logger = helga.webhooks.logger:logger

