File size: 218 Bytes
4553dcf | 1 2 3 4 5 6 7 | # this provides compatibility for older pickles
# created on a python-only implementation that
# specifically mention frozendict.core.frozendict
# noinspection PyUnresolvedReferences
from frozendict import frozendict
|