+ new class: `ExchangeRate(base, exchange, rate)` that can be used to convert currencies.
+ new feature: you can automatically convert currencies by adding exchange rates to the money class like this: `Money.addExchangeRate(ExchangeRate("EUR", "USD", 1.17))` - than you can also add `EUR` and `USD` money objects.
Install by running `pip install ledgerman`.