
    gA                     J    d dl Z G d dej                  j                        Zy)    Nc                         e Zd Zd fd	Z xZS )BaseframeValidatorc                 2    t        t        | 
  d||d| y )N)plotly_nameparent_name )superr   __init__)selfr   r   kwargs	__class__s       _/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/frame/_baseframe.pyr
   zBaseframeValidator.__init__   s%     $0 	
#	
@F	
    )	baseframeframe)__name__
__module____qualname__r
   __classcell__)r   s   @r   r   r      s    
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsStringValidatorr   r   r   r   <module>r      s     #
55EE 
r   