8 lines
103 B
Python
8 lines
103 B
Python
'''
|
|
ECR functions
|
|
'''
|
|
from libs.ecr import *
|
|
|
|
def step_ecr_describe_repos():
|
|
describe_repositories()
|