Refactor Python script to implement the command patter
The LanDB python script that interacts with LanDB SOAP was originally very simple and only meant to do some calls to LanDB. However as things evolved today is not anymore a simple script and it's starting to gain some small complexity, I'm especially not fond of all the if...else
that it has nowadays. Hence, I think it would be worth refactoring the script to start using the command pattern, in order to improve maintainability and future improvements.
@alossent I don't see as an immediate task but seems like something to be done in a not so distant future since the problem only aggravates with the passing of time