o
    L)j                     @   sT   d dl mZ d dlmZ d dlmZ erd dlmZ dddgiZG dd	 d	eZ	d
S )    )StripeService)import_module)TYPE_CHECKING)ProductCatalogServiceproduct_catalogz+stripe.v2.commerce._product_catalog_servicer   c                       s.   e Zd ZU ded<  fddZdd Z  ZS )CommerceServicer   r   c                    s   t  | d S N)super__init__)self	requestor	__class__ /var/www/html/finance-dev.cargoinsureonline.com/_shared/backend-venv/lib/python3.10/site-packages/stripe/v2/_commerce_service.pyr
      s   zCommerceService.__init__c                 C   sN   zt | \}}tt||}t| ||| j t| |W S  ty&   t w r   )_subservicesgetattrr   setattr
_requestorKeyErrorAttributeError)r   nameimport_fromserviceservice_classr   r   r   __getattr__   s   zCommerceService.__getattr__)__name__
__module____qualname____annotations__r
   r   __classcell__r   r   r   r   r      s   
 r   N)
stripe._stripe_servicer   	importlibr   typing_extensionsr   +stripe.v2.commerce._product_catalog_servicer   r   r   r   r   r   r   <module>   s   