Ë
    7^(h  ã                   ó   — d dl mZ d„ Zy)é   )Ú
CartanTypec                 ó4   — t        | «      j                  «       S )a¥  Display the Dynkin diagram of a given Lie algebra

    Works by generating the CartanType for the input, t, and then returning the
    Dynkin diagram method from the individual classes.

    Examples
    ========

    >>> from sympy.liealgebras.dynkin_diagram import DynkinDiagram
    >>> print(DynkinDiagram("A3"))
    0---0---0
    1   2   3

    >>> print(DynkinDiagram("B4"))
    0---0---0=>=0
    1   2   3   4

    )r   Údynkin_diagram)Úts    ú^/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/sympy/liealgebras/dynkin_diagram.pyÚDynkinDiagramr      s   € ô( �a‹=×'Ñ'Ó)Ð)ó    N)Úcartan_typer   r   © r	   r   ú<module>r      s   ðÝ #ó*r	   