8000 Exporting ConfigurationBotFrameworkAuthentication (#2034) · ivintoiu/botbuilder-python@ab92acc · GitHub
[go: up one dir, main page]

Skip to content

Commit ab92acc

Browse files
tracyboehrerTracy Boehrer
andauthored
Exporting ConfigurationBotFrameworkAuthentication (microsoft#2034)
* Exporting ConfigurationBotFrameworkAuthentication * ConfigurationBotFrameworkAuthentication export black correction --------- Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
1 parent 74f3183 commit ab92acc

File tree

1 file changed

+4
-0
lines changed
  • libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp

1 file changed

+4
-0
lines changed

libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
from .configuration_service_client_credential_factory import (
1414
ConfigurationServiceClientCredentialFactory,
1515
)
16+
from .configuration_bot_framework_authentication import (
17+
ConfigurationBotFrameworkAuthentication,
18+
)
1619

1720
__all__ = [
1821
"aiohttp_channel_service_routes",
@@ -21,4 +24,5 @@
2124
"BotFrameworkHttpAdapter",
2225
"CloudAdapter",
2326
"ConfigurationServiceClientCredentialFactory",
27+
"ConfigurationBotFrameworkAuthentication",
2428
]

0 commit comments

Comments
 (0)
0