from typing import (
    TypeVar,
)

from eth_typing import (  # noqa: F401
    Address,
    AnyAddress,
    ChecksumAddress,
    HexAddress,
    HexStr,
    Primitives,
)

T = TypeVar("T")
