
    IR-e                         d Z ddlmZ ddlT ddlT ddlT ddlT ddlT ddl	T ddl
T  G d dej                  Z e            ZdS )aS  
This subpackage provides classes to communicate with other applications via the
`Simple Application Messaging Protocol (SAMP)
<http://www.ivoa.net/documents/SAMP/>`_.

Before integration into Astropy it was known as
`SAMPy <https://pypi.org/project/sampy/>`_, and was developed by Luigi Paioro
(INAF - Istituto Nazionale di Astrofisica).
    )config   )*c                   \    e Zd ZdZ ej        dddg          Z ej        dd          ZdS )	Confz6
    Configuration parameters for `astropy.samp`.
    TzBWhether to allow `astropy.samp` to use the internet, if available.zastropy.samp.utils.use_internet)aliases
   z5How many times to retry communications when they failN)__name__
__module____qualname____doc___config
ConfigItemuse_internet	n_retries     5lib/python3.11/site-packages/astropy/samp/__init__.pyr   r      s[          &7%L23  L #"
C IIIr   r   N)r   astropyr   r   client	constantserrorshub	hub_proxyintegrated_clientutilsConfigNamespacer   confr   r   r   <module>r      s     & % % % % %                                    7"     tvvr   