Module slack_bolt.adapter.socket_mode.async_handler

Default implementation is the aiohttp-based one.

Expand source code
"""Default implementation is the aiohttp-based one."""
from .aiohttp import AsyncSocketModeHandler  # noqa