Title here
Summary here
A IO Function is a reusable function designed to perform a specific task or operation related to IO.
input_async(prompt: str)
Enables asynchronous input collection from the user.
prompt (str)
: An optional message to display to the user, describing the type of input expected.str
representing the user’s input.notification(message: str)
Show a notification to the user.
message (str)
: The notification text to display.progress(value: str)
Show a progress bar.
value (str)
: A string number between "0"
and "1"
, or None
for indeterminate progress. ""
to close bar.