------
- :class:`Move` objects and :meth:`Client.get_move`
(still incomplete and need testing).
- Integrated :class:`AsyncIterator` and :meth:`Client.get_pagination`
for API pagination, still incomplete and needs testing too.
- :data:`version_info` for a :data:`sys.version_info`-like
:func:`~collections.namedtuple`.
- All modules now have ``__all__`` defined to them.