U
    ʼb<                     @   s   G d d dZ dS )c                   @   s   e Zd Zdd Zdd ZdS )ServiceResponsec                 K   s$   || _ || _d|kr |d| _d S )N
identifier)statusmessagegetr   )selfr   r   kwargs r   6/tmp/pip-unpacked-wheel-c1x4am86/msg91_otp/response.py__init__   s    zServiceResponse.__init__c                 C   s   d| j  d| j dS )Nz<ServiceResponse: z: >)r   r   )r   r   r   r	   __repr__   s    zServiceResponse.__repr__N)__name__
__module____qualname__r
   r   r   r   r   r	   r      s   r   N)r   r   r   r   r	   <module>       