mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-04-25 06:05:05 +00:00
9 lines
198 B
Python
9 lines
198 B
Python
import _collections_abc
|
|
from _contextvars import Context, ContextVar, Token, copy_context
|
|
|
|
|
|
__all__ = ('Context', 'ContextVar', 'Token', 'copy_context')
|
|
|
|
|
|
_collections_abc.Mapping.register(Context)
|