Repository URL to install this package:
|
Version:
3.7.0 ▾
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# *** DO NOT EDIT THIS FILE ***
#
# 1) Modify slack/web/client.py
# 2) Run `python setup.py validate`
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
from slack import deprecation
from slack_sdk.web.legacy_client import LegacyWebClient as WebClient # noqa
from slack_sdk.web.async_client import AsyncWebClient # noqa
from slack_sdk.web.async_client import AsyncSlackResponse # noqa
deprecation.show_message(__name__, "slack_sdk.web.client")