# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates. # SPDX-License-Identifier: Apache-2.0 """Module for custom type hints.""" from typing import Literal OutputFormat = Literal["plain_text", "json"]