Source code for xpypact.utils.xpypact_io

"""Output utilities."""

from __future__ import annotations

from typing import TYPE_CHECKING, Any

import sys

if TYPE_CHECKING:
    from collections.abc import Iterable

    from _typeshed import SupportsWrite