U
    ;g                     @   sj   d Z ddlmZmZ dZdZdZer<ddlmZ ddlm	Z	 e
ed	d
dZee
 dddZeZeZdS )z<propcache: An accelerated property cache for Python classes.    )TYPE_CHECKINGList)cached_propertyunder_cached_propertyz0.2.0    )r   )r   )attrreturnc                 C   s8   | t krddlm} t|| S tdt d|  ddS )z,Import the public API from the `api` module.r   )apizmodule 'z' has no attribute ''N)_PUBLIC_API r
   getattrAttributeError__package__)r   r
   r   r   R/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/propcache/__init__.py_import_facade   s    
r   )r	   c                   C   s   t t  S )z4Include the public API in the module's dir() output.)r   globalskeysr   r   r   r   _dir_facade   s    r   N)__doc__typingr   r   r   __version____all__r
   r   r   strobjectr   r   __getattr____dir__r   r   r   r   <module>   s   	