
    h3                     J    d dl mZ d dlmZ d dlmZ d dlmZ  G d de      Zy)    )StripeService)OrderService)ProductService)SupplierServicec                        e Zd Z fdZ xZS )ClimateServicec                     t         |   |       t        | j                        | _        t        | j                        | _        t        | j                        | _        y )N)	super__init__r   
_requestorordersr   productsr   	suppliers)self	requestor	__class__s     W/var/www/api/v1/venv_getwork_v1/lib/python3.12/site-packages/stripe/_climate_service.pyr   zClimateService.__init__
   s@    #"4??3&t7(9    )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r   	   s    : :r   r   N)	stripe._stripe_servicer   stripe.climate._order_servicer   stripe.climate._product_servicer    stripe.climate._supplier_servicer   r    r   r   <module>r      s    1 6 : <:] :r   