o
    ]÷¡iÖ  ã                   @   s"   d Z ddlZG dd„ dejƒZdS )a1  A enum to be used in a mock_config.

The enum can't be defined directly in the config because a config imported
through a flag is a separate instance of the config module. Therefore it would
define an own instance of the enum class which won't be equal to the same enum
from the config imported directly.
é    Nc                   @   s   e Zd ZdZdZdZdS )Ú	SporkTypeé   é   é   N)Ú__name__Ú
__module__Ú__qualname__ÚSPOONÚSPORKÚFORK© r   r   ú[/home/ubuntu/.local/lib/python3.10/site-packages/ml_collections/config_flags/tests/spork.pyr      s    r   )Ú__doc__ÚenumÚEnumr   r   r   r   r   Ú<module>   s   