Skip to content

Instantly share code, notes, and snippets.

from __future__ import annotations
import ast as pyast
import contextlib
import dataclasses
import typing
from collections import ChainMap
from typing import ClassVar