tenant letter nearly done
This commit is contained in:
2
cli/utils.py
Normal file
2
cli/utils.py
Normal file
@ -0,0 +1,2 @@
|
||||
def getParam(params, attr, default):
|
||||
return params[attr] if attr in params else default
|
Reference in New Issue
Block a user