
    xPj                        d Z ddlmZ ddZy)zu
Exports function list_versions() for unicode version level support.

This code generated by python wcwidth project.
    )annotationsc                      y)a  
    Return Unicode version levels supported by this module release.

    .. versionchanged:: 0.5.0
       Now returns a single-element tuple containing only the latest version.

    :returns: Supported Unicode version numbers in ascending sorted order.
    )z17.0.0 r       P/root/$HERMES_HOME/venv/lib/python3.12/site-packages/wcwidth/unicode_versions.pylist_versionsr   
   s    r   N)returnztuple[str, ...])__doc__
__future__r   r   r   r   r   <module>r      s    #r   