mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 16:53:35 -05:00
4 lines
117 B
Python
4 lines
117 B
Python
from collections import namedtuple
|
|
|
|
CredentialPlugin = namedtuple('CredentialPlugin', ['name', 'inputs', 'backend'])
|