Mini Shell
3
<�Zc+ � @ s: d dl mZmZmZ d dlZejd�ZG dd� de�ZdS )� )�C_�N_�_NZ
simplelinec @ s� e Zd ZdZed�Zed�Zedd�Zed�Z edd�Z
ed�Zedd �Zed
�Z
edd�Zed�Zefd
d�Zdd� Zdd� Zdd� Ze
fdd�Zefdd�Ze fdd�Zefdd�Zdd� Zdd � Zd!S )"�Promptz.Class to create a prompt message with options.z&Please make a selection from the above�ENTERzTUI|Spoke Navigation�qzto quit�czto continue�rz
to refresh�hzto helpc C s || _ t� | _dS )z[
:param message: the message of the prompt
:type message: str|None
N)�message�dict�options)�selfr � r �/usr/lib/python3.6/prompt.py�__init__4 s zPrompt.__init__c C s
|| _ dS )zsSet the prompt message.
:param message: the message of the prompt
:type message: str|None
N)r )r r r r r �set_message<