Library no longer imports correctly in Python 3.10: ``` from collections import Mapping, namedtuple, UserDict ImportError: cannot import name 'Mapping' from 'collections ``` `Mapping` is moved to `collections.abc`