
    _j.                     t    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dS )    )StripeService)import_module)TYPE_CHECKING)BillingService)CoreServicezstripe.v2._billing_servicer   zstripe.v2._core_servicer   )billingcorec                   :     e Zd ZU ded<   ded<    fdZd Z xZS )
V2Servicesr   r   r   r	   c                 J    t                                          |           d S N)super__init__)self	requestor	__class__s     W/var/www/app.qaans.com/backend/venv/lib/python3.11/site-packages/stripe/_v2_services.pyr   zV2Services.__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V2Services.__getattr__   s    	##/#5 K#k** M do..  
 4&&& 	# 	# 	# """	#s   AA A7)__name__
__module____qualname____annotations__r   r    __classcell__)r   s   @r   r   r      sa         
$ $ $ $ $# # # # # # #r   r   N)stripe._stripe_servicer   	importlibr   typing_extensionsr   stripe.v2._billing_servicer   stripe.v2._core_servicer   r   r    r   r   <module>r,      s    1 0 0 0 0 0 # # # # # # + + + + + + 4999999333333 -.>?&6 # # # # # # # # # #r   