a
    ©lc  ã                   @   s   d Z dd„ ZdS )z‘
Exports function list_versions() for unicode version level support.

This code generated by bin/update-tables.py on 2020-06-23 16:03:21.350604.
c                   C   s   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.0© r   r   r   úT/var/www/html/django/DPS/env/lib/python3.9/site-packages/wcwidth/unicode_versions.pyÚlist_versions   s    
r   N)Ú__doc__r   r   r   r   r   Ú<module>   s   