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

@@ -7,5 +7,9 @@ permission to get anything from this
from libs.ce import *
def module_cost_explorer_get_cost_and_usage():
ce_get_cost_and_usage()
def module_costexplorer_get_cost_and_usage():
'''
Attempt to list cost and usage via the Cost Explorer service
python3 weirdAAL.py -m costexplorer_get_cost_and_usage -t demo
'''
ce_get_cost_and_usage()