
    i                        d Z ddlmZ ddlmZmZmZmZ eeeefZddZ	ddZ
 e
              ed	  e	            D                       Zd
S )a  X intel pipeline package.

The legacy pipeline has functions that call across domain boundaries. During the
modularization migration, the package wires module globals together once so old
entrypoints keep behavior while each domain lives in a real importable module.
    )annotations   )	bootstrap	editorialsourcesfeedback_feedreturndict[str, object]c                     i } t           D ]@}|                     d t          |                                          D                        A| S )Nc                D    i | ]\  }}|                     d           ||S )__
startswith).0kvs       /app/scripts/x_intel/__init__.py
<dictcomp>z%_public_namespace.<locals>.<dictcomp>   s0    VVVtq!1<<PTCUCUVaVVV    )_MODULESupdatevarsitemsnamesmodules     r   _public_namespacer      sS    !E X XVVtF||'9'9';';VVVWWWWLr   c                     t                      } t          D ]}|j                            |            t	                                          |            | S )N)r   r   __dict__r   globalsr   s     r   wire_legacy_globalsr!      sR    E & &u%%%%IIULr   c              #  D   K   | ]}|                     d           |V  dS )_Nr   )r   r   s     r   	<genexpr>r$       s3      IIqq||C7H7HIIIIIIIr   N)r	   r
   )__doc__
__future__r    r   r   r   r   r   r   r!   sorted__all__ r   r   <module>r+      s     # " " " " " : : : : : : : : : : : :y'=9           
&II--//III
I
Ir   