diff --git a/samples/bot-configuration-app-auth/python/bots/__init__.py b/samples/bot-configuration-app-auth/python/bots/__init__.py index fe73398e1..f692c9155 100644 --- a/samples/bot-configuration-app-auth/python/bots/__init__.py +++ b/samples/bot-configuration-app-auth/python/bots/__init__.py @@ -1,3 +1,3 @@ -from .bot_commands_menu import TeamsBot +from .bot_configuration_auth import TeamsBot __all__ = ["TeamsBot"] \ No newline at end of file