
    df.                     4    d dl mZmZ d dlmZ  G d d      Zy)    )AnyDict)Configc                   ,    e Zd ZdeddfdZddZddZy)LifespanOffconfigreturnNc                      d| _         i | _        y )NF)should_exitstate)selfr   s     M/home/api-vastappli/venv/lib/python3.12/site-packages/uvicorn/lifespan/off.py__init__zLifespanOff.__init__   s     %'
    c                    K   y wN r   s    r   startupzLifespanOff.startup   	        c                    K   y wr   r   r   s    r   shutdownzLifespanOff.shutdown   r   r   )r	   N)__name__
__module____qualname__r   r   r   r   r   r   r   r   r      s    (v ($ (r   r   N)typingr   r   uvicornr   r   r   r   r   <module>r      s     	 	r   