pep8 and documentation

This commit is contained in:
carnal0wnage
2018-05-02 22:44:58 -04:00
parent 194bf3389a
commit 1c633fe216
48 changed files with 505 additions and 186 deletions

View File

@@ -1,12 +1,21 @@
'''
This file is used to perform some EMR actions
'''
from libs.emr import *
def module_emr_list_clusters():
'''
EMR List Clusters
python3 weirdAAL.py -m emr_list_clusters -t demo
'''
list_clusters()
def module_emr_list_security_configurations():
'''
EMR List Security Configuration
python3 weirdAAL.py -m emr_list_security_configurations -t demo
'''
list_security_configurations()