9 lines
86 B
Python
9 lines
86 B
Python
'''
|
|
SQS
|
|
'''
|
|
from libs.sqs import *
|
|
|
|
|
|
def module_sqs_list_queues():
|
|
sqs_list_queues()
|