
    Ph$                     X    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	<   y)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                 B    t        | j                  | j                        S )N)r   	numeratordenominator)args    mC:\Users\daisl\Desktop\realtime-object-detection\venv\Lib\site-packages\sympy/polys/domains/pythonrational.pysympify_pythonrationalr      s    CMM3??33    N)__doc__sympy.core.numbersr   sympy.core.sympifyr   sympy.utilitiesr   sympy.external.pythonmpqr   PythonRationalr    r   r   <module>r      s4    ( / " . 	"4#9   r   