[console_scripts]
pmxbot = pmxbot.core:run
pmxbotweb = pmxbot.web.viewer:run

[pmxbot_handlers]
pmxbot config = pmxbot.config_
pmxbot core commands = pmxbot.commands
pmxbot karma = pmxbot.karma:Karma.initialize
pmxbot logging = pmxbot.logging:Logger.initialize
pmxbot notifier = pmxbot.notify:Notify.init
pmxbot quotes = pmxbot.quotes:Quotes.initialize
pmxbot rolls = pmxbot.rolls:ParticipantLogger.initialize
pmxbot system commands = pmxbot.system

[pytest11]
pmxbot core = pmxbot.testing.fixtures

