more shuffling

This commit is contained in:
cktricky
2018-09-13 20:09:26 -04:00
parent 92f229ecf4
commit b00ee271ff
30 changed files with 1 additions and 1 deletions

14
modules/aws/sqs.py Normal file
View File

@@ -0,0 +1,14 @@
'''
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()