
    Ed$                     `    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 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                 6    t          | j        | j                  S )N)r   	numeratordenominator)args    Blib/python3.11/site-packages/sympy/polys/domains/pythonrational.pysympify_pythonrationalr      s    CM3?333    N)__doc__sympy.core.numbersr   sympy.core.sympifyr   sympy.utilitiesr   sympy.external.pythonmpqr   PythonRationalr    r   r   <module>r      s     ( ' ' ' ' ' / / / / / / " " " " " " . . . . . . 	""4 4 4#9       r   