U
    L?h$                     @   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	   T/var/www/html/venv/lib/python3.8/site-packages/sympy/polys/domains/pythonrational.pysympify_pythonrational   s    r   N)__doc__Zsympy.core.numbersr   Zsympy.core.sympifyr   Zsympy.utilitiesr   Zsympy.external.pythonmpqr   ZPythonRationalr   r	   r	   r	   r
   <module>   s   
