o
    i                     @   sV   zd dl mZ ejZW n ey!   d dlZejddd dZY nw defddZ	dS )	    NzPolars binary is missing!   )
stacklevel returnc                   C   s   t S )z
    Return the version of the Python Polars package as a string.

    If the Polars binary is missing, returns an empty string.
    )_POLARS_VERSION r   r   S/home/app/Keep/.python/lib/python3.10/site-packages/polars/_utils/polars_version.pyget_polars_version   s   r	   )
Zpolars._plrZ_plrZplr__version__r   ImportErrorwarningswarnstrr	   r   r   r   r   <module>   s    
