B
    âÖÓY,  ã               @   s8   d Z ddlmZmZ ddlm  m  mZ dd„ ZdS )z4The ``main`` function chooses and runs a subcommand.é    )Úabsolute_importÚprint_functionNc               C   s   t  ¡ S )zanaconda-project command line tool Conda-style entry point.

    Conda expects us to take no args and return an exit code.
    )Úcli_mainÚmain© r   r   ú3lib/python3.7/site-packages/anaconda_project/cli.pyr      s    r   )	Ú__doc__Z
__future__r   r   Z"anaconda_project.internal.cli.mainZinternalZclir   r   r   r   r   r   Ú<module>   s   