§
    »ÞMhS  ã                   ó   — d Z d„ ZdS )z–
Exports function list_versions() for unicode version level support.

This code generated by wcwidth/bin/update-tables.py on 2023-09-14 15:45:33 UTC.
c                  ó   — dS )a6  
    Return Unicode version levels supported by this module release.

    Any of the version strings returned may be used as keyword argument
    ``unicode_version`` to the ``wcwidth()`` family of functions.

    :returns: Supported Unicode version numbers in ascending sorted order.
    :rtype: list[str]
    )z4.1.0z5.0.0z5.1.0z5.2.0z6.0.0z6.1.0z6.2.0z6.3.0z7.0.0z8.0.0z9.0.0z10.0.0z11.0.0z12.0.0z12.1.0z13.0.0z14.0.0z15.0.0z15.1.0© r   ó    úX/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/wcwidth/unicode_versions.pyÚlist_versionsr      s   € ðð r   N)Ú__doc__r   r   r   r   ú<module>r      s(   ððð ðð ð ð ð r   