11 lines
168 B
Python
11 lines
168 B
Python
'''
|
|
This file is used to perform some EMR actions
|
|
'''
|
|
|
|
from libs.cloudfront import *
|
|
|
|
|
|
def module_cloudfront_list_distributions():
|
|
cloudfront_list_distributions()
|
|
|