Direktori : /opt/imh-python/lib/python3.9/site-packages/kombu/asynchronous/aws/sqs/ |
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