U
    L?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   X/var/www/html/venv/lib/python3.8/site-packages/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   