
    [h                    .    d dl mZ d dlZd dlmZ ddZdS )    )annotationsN)current_appreturndict[str, t.Any]c                 j    t           j        d         } d | j        j        j        D             }| |d<   |S )zRegistered with :meth:`~flask.Flask.shell_context_processor` if
    ``add_models_to_shell`` is enabled. Adds the ``db`` instance and all model classes
    to ``flask shell``.
    
sqlalchemyc                2    i | ]}|j         j        |j         S  )class___name__).0ms     c/var/www/api.easyaligner.net/htdocs/venv_linux/lib/python3.11/site-packages/flask_sqlalchemy/cli.py
<dictcomp>z'add_models_to_shell.<locals>.<dictcomp>   s!    
N
N
N118ah
N
N
N    db)r   
extensionsModel_sa_registrymappers)r   outs     r   add_models_to_shellr      s:    
 
		-B
N
N0E0M
N
N
NCCIJr   )r   r   )
__future__r   typingtflaskr   r   r
   r   r   <module>r      sS    " " " " " "               r   