Files
weirdAAL/modules/emr.py
2018-04-16 21:17:35 -04:00

13 lines
211 B
Python

'''
This file is used to perform some EMR actions
'''
from libs.emr import *
def step_emr_list_clusters():
list_clusters()
def step_emr_list_security_configurations():
list_security_configurations()