o
    DfS                     @   s   d Z d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                   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.0z14.0.0z15.0.0z15.1.0 r   r   r   Q/home/ubuntu/webapp/venv/lib/python3.10/site-packages/wcwidth/unicode_versions.pylist_versions   s   
r   N)__doc__r   r   r   r   r   <module>   s    