Skip to content

Commit b015e3a

Browse files
committed
making public module
1 parent 1fd41c4 commit b015e3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

awscrt/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0.
33

44
from weakref import WeakSet
5+
from awscrt._aws_iot_metrics import AWSIoTMetrics, IoTMetricsMetadata
6+
57

68
__all__ = [
79
'aio',
@@ -15,6 +17,8 @@
1517
'mqtt_request_response',
1618
's3',
1719
'websocket',
20+
'AWSIoTMetrics',
21+
'IoTMetricsMetadata',
1822
]
1923

2024
__version__ = '1.0.0.dev0'

0 commit comments

Comments
 (0)