mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 00:40:11 -02:30
4 lines
117 B
Python
4 lines
117 B
Python
from collections import namedtuple
|
|
|
|
CredentialPlugin = namedtuple('CredentialPlugin', ['name', 'inputs', 'backend'])
|