pep8 and documentation
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
'''
|
||||
ECR functions
|
||||
'''
|
||||
from libs.ecr import *
|
||||
|
||||
from libs.ecr import *
|
||||
|
||||
|
||||
def module_ecr_describe_repos():
|
||||
describe_repositories()
|
||||
'''
|
||||
Describe ECR repositories
|
||||
python3 weirdAAL.py -m ecr_describe_repos -t demo
|
||||
'''
|
||||
ecr_describe_repositories()
|
||||
|
||||
Reference in New Issue
Block a user