ataumo

Results 3 issues of ataumo

Add `Quiet` mode to disable all output generated by the script and add `QuietOption` to set it. The `QuietMode` can be - `1` : for a soft quiet mode (Only...

Before, the backup option was only available for `Config` mode. Now, it can be used in HailMary and Audit modes.

Because `MutableMapping` is no longer in `collections` but in [`collections.abc`](https://docs.python.org/3/library/collections.abc.html#collections.abc.MutableMapping), I've just added a piece of code to tests 2 cases. Please, [show this topic](https://stackoverflow.com/questions/53978542/how-to-use-collections-abc-from-both-python-3-8-and-python-2-7#answer-53978543).