Skip to content

Commit d637e2e

Browse files
committed
Updated init.py for dialogs
1 parent 0e0cd17 commit d637e2e

File tree

1 file changed

+1
-0
lines changed
  • libraries/botbuilder-dialogs/botbuilder/dialogs

1 file changed

+1
-0
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from .waterfall_dialog import WaterfallDialog
1919
from .waterfall_step_context import WaterfallStepContext
2020
from .prompts import *
21+
from .choices import *
2122

2223
__all__ = [
2324
"ComponentDialog",

0 commit comments

Comments
 (0)