blob: de1923d28aee3938dc14bde91821dda2e97231c1 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001"""Code pulled from future python versions, here for compatibility"""
2
3from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
4from functools import total_ordering
5
6