Prompt API Reference ==================== This is the API reference for the `Prompt` class. The `Prompt` class is the main class of the `ItsPrompt` package. It is used to create and display prompts to the user. To use any of the given methods, you must first import the ``Prompt`` class from the `ItsPrompt` package. Here is an example of how to import the ``Prompt`` class: .. code-block:: python from ItsPrompt.prompt import Prompt .. currentmodule:: ItsPrompt.prompt .. automethod:: Prompt.select .. automethod:: Prompt.raw_select .. automethod:: Prompt.expand .. automethod:: Prompt.checkbox .. automethod:: Prompt.confirm .. automethod:: Prompt.input .. automethod:: Prompt.table