Files
weirdAAL/modules/aws/sqs.py
2018-09-13 20:09:26 -04:00

15 lines
186 B
Python

'''
SQS Modules
'''
from libs.sqs import *
def module_sqs_list_queues():
'''
SQS List Queues
python3 weirdAAL.py -m sqs_list_queues -t demo
'''
sqs_list_queues()