a
    �H�_U
  �                   @   s0   d dl mZ d dlmZmZ G dd� de�ZdS )�   )�
CharSetProber)�ProbingState�MachineStatec                       sV   e Zd ZdZd� fdd�	Z� fdd�Zedd� �Zed	d
� �Zdd� Z	d
d� Z
�  ZS )�MultiByteCharSetProberz 
    MultiByteCharSetProber
    Nc                    s,   t t| �j|d� d | _d | _ddg| _d S )N)�lang_filter�    )�superr   �__init__�distribution_analyzer�	coding_sm�
_last_char)�selfr   ��	__class__� �9/usr/lib/python3/dist-packages/chardet/mbcharsetprober.pyr	   '