
    08iZ                          G d  d      Z y)c                   "     e Zd ZdZ fdZ xZS )
SourceFilezL The base class for any source file that provides translation contexts.
    c                 @    t        |   di | || _        g | _        y)z Initialise the object. N )super__init__filenamecontexts)selfr   kwargs	__class__s      c/home/obispo/Crisostomo_bridge/mision_env/lib/python3.12/site-packages/PyQt6/lupdate/source_file.pyr   zSourceFile.__init__   s#     	"6"     )__name__
__module____qualname____doc__r   __classcell__)r   s   @r   r   r      s     r   r   N)r   r   r   r   <module>r      s   &
 
r   