+
    8Li…  ã                   ó&   € R t ^ RIt^ RItR R ltR# )aÐ  Wrapper to expose the Python interpreter as `pynvim-python`.

`setup.py` declares an entry point for the `main()` function below. When
`pynvim` is installed, an executable named `pynvim-python` will be generated
that will invoke `main()` below; that function then simply chains to the
underlying Python interpreter, passing along all command-line arguments.

The intent is to have `pynvim-python` be on the `PATH` such that an invocation
such as:

    pynvim-python -c 'import pynvim'

is equivalent to explicitly running the correct Python interpreter where
`pynvim` is installed:

    /path/to/python -c 'import pynvim'

This allows Neovim to automatically detect the correct Python interpreter for
use with `pynvim`.
Nc                ó   € V ^8„  d   QhRR/# )é   ÚreturnN© )Úformats   "Ú//usr/lib/python3/dist-packages/pynvim/python.pyÚ__annotate__r      s   € ÷ 4ñ 4ˆdñ 4ó    c                 óˆ   € \         P                  ! \        P                  .\        P                  R,          ,           4       R# )z;Chain to Python interpreter, passing all command-line args.:é   NNN)Ú
subprocessÚrunÚsysÚ
executableÚargvr   r	   r   Úmainr      s"   € ä‡N‚N”C—N‘NÐ#¤c§h¡h¨r¥lÕ2Ö3r	   )Ú__doc__r   r   r   r   r	   r   Ú<module>r      s   ðñó* Û 
÷4r	   