[console_scripts]
promgen = promgen.manage:main

[promgen.discovery]
promgen = promgen.discovery.default:DiscoveryPromgen

[promgen.notification]
email = promgen.notification.email:NotificationEmail
linenotify = promgen.notification.linenotify:NotificationLineNotify
slack = promgen.notification.slack:NotificationSlack
user = promgen.notification.user:NotificationUser
webhook = promgen.notification.webhook:NotificationWebhook
