o
    qo™ió  ã                   @   s2   d Z ddlZG dd„ dƒZejG dd„ dƒƒZdS )zšHelper modeule for tests to define funky type sitatuions.

Define a parent dataclass type with type annotations not also defined in
`signatures_test.py`.
é    Nc                   @   s   e Zd ZdZdS )ÚDontImportMeToTestzBDon't import this type into the namespace of `signatures_test.py`.N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úV/home/ubuntu/.local/lib/python3.10/site-packages/fiddle/_src/signatures_test_helper.pyr      s    r   c                   @   s   e Zd ZU eed< ded< dS )ÚDataclassBaseWithLocalTypeÚoner   ÚtwoN)r   r   r   r   Ú__annotations__r   r   r   r   r	      s   
 r	   )r   Údataclassesr   Ú	dataclassr	   r   r   r   r   Ú<module>   s
   