more shuffling
This commit is contained in:
13
modules/aws/ecr.py
Normal file
13
modules/aws/ecr.py
Normal 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()
|
||||
Reference in New Issue
Block a user