o
    0j                     @   s4   d dl mZ d dlmZmZ G dd deeeZdS )   )
BaseResult)CSVMixinImgMixinc                       s.   e Zd ZdZdZdeddf fddZ  ZS )BaseTSResultz$Base class for times series results.input_tsdatareturnNc                    s^   t j|v sJ dt j dt|  d|dd t | t| d t| d dS )z
        Initialize the BaseTSResult.

        Args:
            data (dict): The initial data.

        Raises:
            AssertionError: If the required key (`BaseTSResult.INPUT_TS_KEY`) are not found in the data.
        `z` is needed, but not found in `z`!r   NZpandasZpillow)	r   INPUT_TS_KEYlistkeyspopsuper__init__r   r   )selfr   	__class__ o/var/www/html/Deteccion_Ine/venv/lib/python3.10/site-packages/paddlex/inference/common/result/base_ts_result.pyr      s   zBaseTSResult.__init__)__name__
__module____qualname____doc__r
   dictr   __classcell__r   r   r   r   r      s    r   N)Zbase_resultr   Zmixinr   r   r   r   r   r   r   <module>   s   