MINI MINI MANI MO
3
  \t                 @   s  d dl Z G dd de jZG dd de jZG dd de jZG dd	 d	ee jZG d
d dee jZdd
 Ze jedZ	e	j
dddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/d0d1d2d3d4d5d6d7d8d9d:d;d<d=d>d?d@dAdBdCdDdEdFdGdHdIdJdKdLdMdNdOdPdQdRdSdTdUdVdWdXdYdZd[d\d]d^d_d`dadbdcddddedfdgdhdidjdkdldmdndodpdqdrdsdtddudvdwdxdydzd{d|d}dd~ddddddddddddd dZd dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd ddddddddd	d
ddyd|d:ddfd~d
drd&dd4d8d`ddGdd*d3dddd d"d2dd%ddzd9d=d1dddtdddddddpddqdndd(dud,dMdUddddddddddd/dddd!ddddd d!d"d#d$d<d%d&d^d'dLd(dd)d#d*d+d+d,d-d0dkdd.d/d0d1dddvd7dFdxdVd{dEdDdddd_dd>dcd;dlddbdadedod)dwdd}dd2d3ZdS (4      Nc               @   s    e Zd ZdddZdddZdS )	Codecstrictc             C   s   t j||tS )N)codecscharmap_encodeencoding_map)selfinputerrors r
   '/usr/lib64/python3.6/encodings/cp857.pyencode   s    zCodec.encodec             C   s   t j||tS )N)r   charmap_decodedecoding_table)r   r   r	   r
   r
   r   decode   s    zCodec.decodeN)r   )r   )__name__
__module____qualname__r   r   r
   r
   r
   r   r   	   s   
r   c               @   s   e Zd ZdddZdS )IncrementalEncoderFc             C   s   t j|| jtd S )Nr   )r   r   r	   r   )r   r   finalr
   r
   r   r      s    zIncrementalEncoder.encodeN)F)r   r   r   r   r
   r
   r
   r   r      s   r   c               @   s   e Zd ZdddZdS )IncrementalDecoderFc             C   s   t j|| jtd S )Nr   )r   r
   r	   r   )r   r   r   r
   r
   r   r      s    zIncrementalDecoder.decodeN)F)r   r   r   r   r
   r
   r
   r   r      s   r   c               @   s   e Zd ZdS )StreamWriterN)r   r   r   r
   r
   r
   r   r      s   r   c               @   s   e Zd ZdS )StreamReaderN)r   r   r   r
   r
   r
   r   r      s   r   c            	   C   s    t jdt jt jttttdS )Ncp857)namer   r   incrementalencoderincrementaldecoderstreamreaderstreamwriter)	r   	CodecInfor   r   r   r   r   r   r   r
   r
   r
   r   getregentry!   s    r                                             i1                                i0                 i^  i_                    i  i                          i%  i%  i%  i%  i$%              ic%  iQ%  iW%  i]%        i%  i%  i4%  i,%  i%  i %  i<%        iZ%  iT%  ii%  if%  i`%  iP%  il%                             i%  i%  i%  i%        i%                                                                                   i%     )                                                                                                ry   rH   rO   r;   rS   rP   r\   rp   rt   rN   rU   rI   rE   rl   rD   rj   rs   rm   rx   rw   rk   rd   ro   ru   rr   rv   rT   rJ   rG   rF   rn   rC   rM   rK   rL   rR   r.   r/   r2   r!   rX   r0   rV   rW   r]   rY   rZ   r[      rB   ra   r^   r`   rc   r8   re   r<