more shuffling

This commit is contained in:
cktricky
2018-09-13 20:09:26 -04:00
committed by Kenneth Toler
parent 34d22d77be
commit 8e0ded67d3
30 changed files with 1 additions and 1 deletions

13
modules/aws/ecr.py Normal file
View File

@@ -0,0 +1,13 @@
'''
ECR functions
'''
from libs.ecr import *
def module_ecr_describe_repos():
'''
Describe ECR repositories
python3 weirdAAL.py -m ecr_describe_repos -t demo
'''
ecr_describe_repositories()