ó
„¾^Yc           @   s&   d  Z  d d l m Z d d „ Z d S(   s&   Command-line implementation of flake8.iÿÿÿÿ(   t   applicationc         C   s'   t  j ƒ  } | j |  ƒ | j ƒ  d S(   s  Main entry-point for the flake8 command-line tool.

    This handles the creation of an instance of :class:`Application`, runs it,
    and then exits the application.

    :param list argv:
        The arguments to be passed to the application for parsing.
    N(   R    t   Applicationt   runt   exit(   t   argvt   app(    (    s/   /tmp/pip-build-EndXZ2/flake8/flake8/main/cli.pyt   main   s    
N(   t   __doc__t   flake8.mainR    t   NoneR   (    (    (    s/   /tmp/pip-build-EndXZ2/flake8/flake8/main/cli.pyt   <module>   s   