more shuffling
This commit is contained in:
14
modules/aws/sqs.py
Normal file
14
modules/aws/sqs.py
Normal 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()
|
||||
Reference in New Issue
Block a user