diff --git a/anodes.py b/anodes.py index 6655f55..36c37ef 100644 --- a/anodes.py +++ b/anodes.py @@ -86,6 +86,7 @@ __user_ssh_input = { "password": "password123", "fate": "disposal" } +# @TODO remove unpacking of '__user_ssh_input' userSSH = type("userSSH", (), **__user_ssh_input) vps_schema = {