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

@@ -2,8 +2,16 @@ from libs.opsworks import *
def module_opsworks_describe_stacks():
'''
Opsworks Describe stacks
python3 weirdAAL.py -m opsworks_describe_stacks -t yolo
'''
describe_stacks()
def module_opsworks_describe_user_profiles():
describe_user_profiles()
'''
Opsworks describe user profiles
python3 weirdAAL.py -m opsworks_describe_user_profiles -t yolo
'''
describe_user_profiles()