tenant letter nearly done

This commit is contained in:
2022-01-29 13:42:58 +01:00
parent b3a49b0fb6
commit f2f2100b8c
7 changed files with 156 additions and 169 deletions

2
cli/utils.py Normal file
View File

@ -0,0 +1,2 @@
def getParam(params, attr, default):
return params[attr] if attr in params else default