o
    i                     @  s<   d dl mZ d dlmZ ddgZeZdd	dZdd
dZdS )    )annotations)KeyPressEvent
focus_nextfocus_previouseventEreturnNonec                 C     | j j  dS )zL
    Focus the next visible Window.
    (Often bound to the `Tab` key.)
    N)applayoutr   r    r   f/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/prompt_toolkit/key_binding/bindings/focus.pyr         c                 C  r
   )zT
    Focus the previous visible Window.
    (Often bound to the `BackTab` key.)
    N)r   r   r   r   r   r   r   r      r   N)r   r   r   r	   )
__future__r   (prompt_toolkit.key_binding.key_processorr   __all__r   r   r   r   r   r   r   <module>   s    
