As described in issue #22 this PR adds methods to save/load levels and replays more conveniently.
This PR also introduces some type hinting, which are not supported by Python 2. I'd like to add more type hinting and static type checking with mypy in following PRs to improve reliability and usability of the library (e.g. better autocomplete by IDEs).
Since Python 2 is not officially supported anymore, I think support for could be dropped in order to use more Python 3 features.
As described in issue #22 this PR adds methods to save/load levels and replays more conveniently.
This PR also introduces some type hinting, which are not supported by Python 2. I'd like to add more type hinting and static type checking with mypy in following PRs to improve reliability and usability of the library (e.g. better autocomplete by IDEs).
Since Python 2 is not officially supported anymore, I think support for could be dropped in order to use more Python 3 features.