
    sg                     L    d Z ddlmZ ddlmZ ddlmZ e G d de             Zy)z4Implementation of :class:`PythonFiniteField` class.     )FiniteField)PythonIntegerRing)publicc                   (     e Zd ZdZdZd fd	Z xZS )PythonFiniteFieldz)Finite field based on Python's integers. 	FF_pythonc                 8    t         |   |t               |       y )N)super__init__r   )selfmod	symmetric	__class__s      X/var/www/html/venv/lib/python3.12/site-packages/sympy/polys/domains/pythonfinitefield.pyr   zPythonFiniteField.__init__   s    /19=    )T)__name__
__module____qualname____doc__aliasr   __classcell__)r   s   @r   r   r   	   s    3E> >r   r   N)r   sympy.polys.domains.finitefieldr   %sympy.polys.domains.pythonintegerringr   sympy.utilitiesr   r    r   r   <module>r      s,    : 8 C "> > >r   