o
    jgÅ  ã                   @   s@   d Z ddlmZ ddlmZ ddlmZ eG dd„ deƒƒZdS )z4Implementation of :class:`PythonFiniteField` class. é    )ÚFiniteField)ÚPythonIntegerRing)Úpublicc                       s&   e Zd ZdZdZd‡ fdd„	Z‡  ZS )ÚPythonFiniteFieldz)Finite field based on Python's integers. Ú	FF_pythonTc                    s   t ƒ  |tƒ |¡ d S )N)ÚsuperÚ__init__r   )ÚselfÚmodÚ	symmetric©Ú	__class__© ú]/var/www/html/zoom/venv/lib/python3.10/site-packages/sympy/polys/domains/pythonfinitefield.pyr      s   zPythonFiniteField.__init__)T)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úaliasr   Ú__classcell__r   r   r   r   r   	   s    r   N)r   Úsympy.polys.domains.finitefieldr   Ú%sympy.polys.domains.pythonintegerringr   Úsympy.utilitiesr   r   r   r   r   r   Ú<module>   s    