Source code for pi_portal.commands.slack_bot
"""CLI command to start the Slack bot."""
from pi_portal.modules.integrations import slack
from .bases import command
from .mixins import state
"""CLI command to start the Slack bot."""
from pi_portal.modules.integrations import slack
from .bases import command
from .mixins import state