File tree Expand file tree Collapse file tree 1 file changed +19
-26
lines changed
libraries/botbuilder-core/botbuilder/core Expand file tree Collapse file tree 1 file changed +19
-26
lines changed Original file line number Diff line number Diff line change 20
20
from .test_adapter import TestAdapter
21
21
from .user_state import UserState
22
22
23
- """Expose botbuilder-schema in botbuilder-core."""
24
- from botbuilder .schema import *
25
- import botbuilder .schema
26
-
27
- __all__ = [class_name for class_name in dir (botbuilder .schema ) if class_name [0 ].isupper ()]
28
-
29
- """Add to __all__ the classes from botbuilder-core."""
30
- __all__ .extend (['AnonymousReceiveMiddleware' ,
31
- 'BotAdapter' ,
32
- 'BotContext' ,
33
- 'BotFrameworkAdapter' ,
34
- 'BotFrameworkAdapterSettings' ,
35
- 'BotState' ,
36
- 'calculate_change_hash' ,
37
- 'CardFactory' ,
38
- 'ConversationState' ,
39
- 'MemoryStorage' ,
40
- 'MessageFactory' ,
41
- 'Middleware' ,
42
- 'MiddlewareSet' ,
43
- 'Storage' ,
44
- 'StorageKeyFactory' ,
45
- 'StoreItem' ,
46
- 'TestAdapter' ,
47
- 'UserState' ,
48
- '__version__' ])
23
+ __all__ = ['AnonymousReceiveMiddleware' ,
24
+ 'BotAdapter' ,
25
+ 'BotContext' ,
26
+ 'BotFrameworkAdapter' ,
27
+ 'BotFrameworkAdapterSettings' ,
28
+ 'BotState' ,
29
+ 'calculate_change_hash' ,
30
+ 'CardFactory' ,
31
+ 'ConversationState' ,
32
+ 'MemoryStorage' ,
33
+ 'MessageFactory' ,
34
+ 'Middleware' ,
35
+ 'MiddlewareSet' ,
36
+ 'Storage' ,
37
+ 'StorageKeyFactory' ,
38
+ 'StoreItem' ,
39
+ 'TestAdapter' ,
40
+ 'UserState' ,
41
+ '__version__' ]
You can’t perform that action at this time.
0 commit comments