o
    jg$  ã                   @   sP   d Z ddlmZ ddlmZ ddlmZ ddlmZ eeƒZ	dd„ Z
e
ee	< dS )	z»
Rational number type based on Python integers.

The PythonRational class from here has been moved to
sympy.external.pythonmpq

This module is just left here for backwards compatibility.
é    )ÚRational)Ú_sympy_converter)Úpublic)Ú	PythonMPQc                 C   s   t | j| jƒS )N)r   Ú	numeratorÚdenominator)Úarg© r	   úZ/var/www/html/zoom/venv/lib/python3.10/site-packages/sympy/polys/domains/pythonrational.pyÚsympify_pythonrational   s   r   N)Ú__doc__Úsympy.core.numbersr   Úsympy.core.sympifyr   Úsympy.utilitiesr   Úsympy.external.pythonmpqr   ÚPythonRationalr   r	   r	   r	   r
   Ú<module>   s    
