Mini Shell

Direktori : /opt/imh-python/lib/python3.9/site-packages/kombu/asynchronous/aws/sqs/
Upload File :
Current File : //opt/imh-python/lib/python3.9/site-packages/kombu/asynchronous/aws/sqs/ext.py

"""Amazon SQS boto3 interface."""


from __future__ import annotations

try:
    import boto3
except ImportError:
    boto3 = None

Zerion Mini Shell 1.0