o
    j                     @  s>   d Z ddlmZ ddlZddlmZ ejdedd dgZdS )	a  Backward-compatibility stub for ``chardet.universaldetector``.

chardet 6.x exposed :class:`UniversalDetector` via this module path.
In chardet 7+ the canonical location is :mod:`chardet.detector`, but this
stub keeps ``from chardet.universaldetector import UniversalDetector``
working for existing callers.

.. deprecated:: 7.0
    Import from :mod:`chardet` or :mod:`chardet.detector` instead.
    )annotationsN)UniversalDetectorzjchardet.universaldetector is deprecated, import UniversalDetector from chardet or chardet.detector instead   )
stacklevelr   )	__doc__
__future__r   warningschardet.detectorr   warnDeprecationWarning__all__ r   r   _/var/www/html/fyndo/pharma/fyndo/venv/lib/python3.10/site-packages/chardet/universaldetector.py<module>   s    
