File: //usr/lib/python3/dist-packages/chardet/__pycache__/enums.cpython-39.pyc
a
    �H�_}  �                   @   sh   d Z G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG d	d
� d
e�ZG dd� de�Zd
S )zr
All of the Enums that are used throughout the chardet package.
:author: Dan Blanchard (dan.blanchard@gmail.com)
c                   @   s   e Zd ZdZdZdZdZdS )�
InputStatezS
    This enum represents the different states a universal detector can be in.
    �    �   �   N)�__name__�
__module__�__qualname__�__doc__Z
PURE_ASCIIZ	ESC_ASCIIZ	HIGH_BYTE� r	   r	   �//usr/lib/python3/dist-packages/chardet/enums.pyr      s   r   c                   @   s<