a
    RG5d~  ã                   @   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   úb/var/www/html/django/DPS/env/lib/python3.9/site-packages/sympy/polys/domains/characteristiczero.pyÚcharacteristic   s    z!CharacteristicZero.characteristicN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úhas_CharacteristicZeror   r   r   r   r   r      s   r   N)r   Zsympy.polys.domains.domainr   Úsympy.utilitiesr   r   r   r   r   r   Ú<module>   s   