
    gW                    >    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y)	z&Command-line implementation of flake8.    )annotationsN)Sequence)applicationc                    | t         j                  dd } t        j                         }|j	                  |        |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   )sysargvr   Applicationrun	exit_code)r	   apps     R/var/www/html/brdwt/brdwt/brdwtenv/lib/python3.12/site-packages/flake8/main/cli.pymainr   
   s=     |xx|

!
!
#CGGDM==?    )N)r	   zSequence[str] | Nonereturnint)	__doc__
__future__r   r   typingr   flake8.mainr   r    r   r   <module>r      s    , " 
  #r   