a
    á `•  ã                   @   s   d Z ddlmZ ddd„ZdS )z Certbot main public entry point.é    )ÚmainNc                 C   s
   t  | ¡S )zìRun Certbot.

    :param cli_args: command line to Certbot, defaults to ``sys.argv[1:]``
    :type cli_args: `list` of `str`

    :returns: value for `sys.exit` about the exit status of Certbot
    :rtype: `str` or `int` or `None`

    )Úinternal_mainr   )Zcli_args© r   ú./usr/lib/python3/dist-packages/certbot/main.pyr      s    
r   )N)Ú__doc__Zcertbot._internalr   r   r   r   r   r   Ú<module>   s   