Ë
    täi$  ã                   ó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    úq/Volumes/fast/ai/experiments/MLX_z-image/.venv/lib/python3.12/site-packages/sympy/polys/domains/pythonrational.pyÚsympify_pythonrationalr      s   € Ü�C—M‘M 3§?¡?Ó3Ð3ó    N)Ú__doc__Úsympy.core.numbersr   Úsympy.core.sympifyr   Úsympy.utilitiesr   Úsympy.external.pythonmpqr   ÚPythonRationalr   © r   r   Ú<module>r      s4   ðñõ (Ý /Ý "Ý .ñ ˜	Ó"€ò4à#9Ð �Ò  r   