o
    à8Va  ã                   @   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)Ú	converter)Úpublic)Ú	PythonMPQc                 C   s   t | j| jƒS )N)r   Ú	numeratorÚdenominator)Úarg© r	   úD/usr/lib/python3/dist-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    
