Exemple #1
0
def list_templates(args: Any):
    projects.list_project_templates()
def list_templates(args):
    json = args.json
    projects.list_project_templates(json)