U
    Š±Ëh~  ã                   @   s4   d Z ddlmZ ddlmZ eG dd„ deƒƒZdS )z5Implementation of :class:`CharacteristicZero` class. é    )ÚDomain)Úpublicc                   @   s   e Zd ZdZdZdd„ ZdS )ÚCharacteristicZeroz-Domain that has infinite number of elements. Tc                 C   s   dS )z*Return the characteristic of this domain. r   © )Úselfr   r   úJ/tmp/pip-unpacked-wheel-6t8vlncq/sympy/polys/domains/characteristiczero.pyÚcharacteristic   s    z!CharacteristicZero.characteristicN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Zhas_CharacteristicZeror   r   r   r   r   r      s   r   N)r   Zsympy.polys.domains.domainr   Zsympy.utilitiesr   r   r   r   r   r   Ú<module>   s   