blob: 14514f185e069dd60ec521f7f5a579c10f1d802c [file] [log] [blame] [edit]
import _collections_abc
from _contextvars import Context, ContextVar, Token, copy_context
__all__ = ('Context', 'ContextVar', 'Token', 'copy_context')
_collections_abc.Mapping.register(Context)