
    7 fW                    @    d Z ddlmZ ddlZddlmZ ddlmZ ddd
ZdS )z&Command-line implementation of flake8.    )annotationsN)Sequence)applicationargvSequence[str] | Nonereturnintc                    | t           j        dd         } t          j                    }|                    |            |                                S )zExecute the main bit of the application.

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

    :param argv:
        The arguments to be passed to the application for parsing.
    N   )sysr   r   Applicationrun	exit_code)r   apps     E/var/www/equiseq/venv/lib/python3.11/site-packages/flake8/main/cli.pymainr   
   sC     |x|

!
#
#CGGDMMM==??    )N)r   r   r   r	   )	__doc__
__future__r   r   typingr   flake8.mainr   r    r   r   <module>r      sm    , , " " " " " " 



       # # # # # #      r   