# Custom header with import
from typing import TYPE_CHECKING

if TYPE_CHECKING:
    from collections.abc import Sequence
