
    f j                    j    d Z ddlmZ ddlZ G d dej                  Z G d dej                  ZdS )zEnumerations for chardet.    )annotationsNc                  L    e Zd ZdZdZdZdZdZdZdZ	eez  ez  ez  ez  e	z  Z
dS )	EncodingErazHBit flags representing encoding eras for filtering detection candidates.                   N)__name__
__module____qualname____doc__
MODERN_WEB
LEGACY_ISO
LEGACY_MACLEGACY_REGIONALDOS	MAINFRAMEALL     aC:\Users\Terasoftware\OneDrive\Desktop\faahhh\fyndo\fyndo\venv\Lib\site-packages\chardet/enums.pyr   r      sP        RRJJJO
CI
z
!J
.
@3
F
RCCCr   r   c                  D    e Zd ZdZdZdZdZdZdZdZ	eez  Z
e
ez  ez  ZdS )	LanguageFilteru,  Language filter flags for UniversalDetector (chardet 6.x API compat).

    Accepted but not used — our pipeline does not filter by language group.

    .. deprecated::
        Retained only for backward compatibility with chardet 6.x callers.
        Will be removed in a future major version.
    r   r   r   r	   r
      N)r   r   r   r   CHINESE_SIMPLIFIEDCHINESE_TRADITIONALJAPANESEKOREANNON_CJKr   CHINESECJKr   r   r   r   r      sT          HFG
C #66G
H
v
%CCCr   r   )r   
__future__r   enumIntFlagr   r   r   r   r   <module>r'      s      " " " " " " 	S 	S 	S 	S 	S$, 	S 	S 	S& & & & &T\ & & & & &r   