
    Ai                     l    d dl mZ d dlmZ d dlmZ erd dlmZ d dlm	Z	 ddgdd	gd
Z
 G d de      Zy)    )StripeService)import_module)TYPE_CHECKING)ReportRunService)ReportTypeServicez$stripe.reporting._report_run_servicer   z%stripe.reporting._report_type_servicer   )report_runsreport_typesc                   :     e Zd ZU ded<   ded<    fdZd Z xZS )ReportingServicer   r   r   r	   c                 $    t         |   |       y N)super__init__)self	requestor	__class__s     L/var/www/html/immo/lib/python3.12/site-packages/stripe/_reporting_service.pyr   zReportingService.__init__   s    #    c                     	 t         |   \  }}t        t        |      |      }t        | | || j                               t        | |      S # t
        $ r t               w xY wr   )_subservicesgetattrr   setattr
_requestorKeyErrorAttributeError)r   nameimport_fromserviceservice_classs        r   __getattr__zReportingService.__getattr__   sn    	##/#5 K#k*M doo.
 4&& 	# ""	#s   A	A A )__name__
__module____qualname____annotations__r   r    __classcell__)r   s   @r   r   r      s    ##%%$#r   r   N)stripe._stripe_servicer   	importlibr   typing_extensionsr   $stripe.reporting._report_run_servicer   %stripe.reporting._report_type_servicer   r   r    r   r   <module>r,      sF    1 # +EG 	/
 	0	#} #r   