Source code for almanac.io.null_io_context
from typing import Any
from .abstract_io_context import AbstractIoContext
[docs]class NullIoContext(AbstractIoContext):
"""An input/output context for not actually printing anything."""
from typing import Any
from .abstract_io_context import AbstractIoContext
[docs]class NullIoContext(AbstractIoContext):
"""An input/output context for not actually printing anything."""