We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadc1a4 commit 10c56e9Copy full SHA for 10c56e9
1 file changed
slack_bolt/agent/__init__.py
@@ -1,5 +1,7 @@
1
from slack_bolt.agent.agent import BoltAgent
2
+from slack_bolt.agent.async_agent import AsyncBoltAgent
3
4
__all__ = [
5
+ "AsyncBoltAgent",
6
"BoltAgent",
7
]
0 commit comments