import collections from collections.abc import Hashable, Iterator
setattr(collections, 'Hashable', Hashable) setattr(collections, 'Iterator', Iterator)