What's Changed
The main non-documentation change of this release is to retry HTTP requests, and allow the http client to be configurable through the `get_http_client` client parameter.
* docs: improve clarity of main example by michalc in https://github.com/michalc/OpenTTDLab/pull/126
* docs: slightly more detail on each AI definition function in its own section by michalc in https://github.com/michalc/OpenTTDLab/pull/127
* docs: change reference from OpenTTD to OpenTTDLab by michalc in https://github.com/michalc/OpenTTDLab/pull/128
* feat: retry HTTP requests, and make the client configurable by michalc in https://github.com/michalc/OpenTTDLab/pull/129
**Full Changelog**: https://github.com/michalc/OpenTTDLab/compare/v0.0.36...v0.0.37