hv2-all-in-one/cli/utils.py

3 lines
92 B
Python

def getParam(params, attr, default):
return params[attr] if attr in params else default