
    > /i                     V    d Z ddlmZmZmZmZ  ed      Zdeee      deedf   fdZy)	a:  This module contains helper functions related to parsing arguments for classes and methods.

Warning:
    Contents of this module are intended to be used internally by the library and *not* by the
    user. Changes to this module are not considered breaking changes and may not be documented in
    the changelog.
    )OptionalSequenceTupleTypeVarTargreturn.c                      | rt        |       S dS )zParses an optional sequence into a tuple

    Args:
        arg (:obj:`Sequence`): The sequence to parse.

    Returns:
        :obj:`Tuple`: The sequence converted to a tuple or an empty tuple.
     )tuple)r   s    U/srv/sistema/bot/venv/lib/python3.12/site-packages/telegram/_utils/argumentparsing.pyparse_sequence_argr      s     5:$"$    N)__doc__typingr   r   r   r   r   r   r   r   r   <module>r      s?   & 6 5CL	%HXa[1 	%eAsFm 	%r   