We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795f3fd commit 8aff6bbCopy full SHA for 8aff6bb
awscrt/__init__.py
@@ -4,10 +4,10 @@
4
from weakref import WeakSet
5
6
__all__ = [
7
+ 'aio',
8
'auth',
9
'crypto',
10
'http',
- 'aio.http',
11
'io',
12
'mqtt',
13
'mqtt5',
awscrt/aio/__init__.py
@@ -0,0 +1,4 @@
1
+# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+# SPDX-License-Identifier: Apache-2.0.
3
+
+__all__ = ['http']
0 commit comments