
    h9                     B    U d Z ddlmZ ddlmZ  e       Zeed<   ddgZy)a  The `mailjet_rest` package provides a Python client for interacting with the Mailjet API.

This package includes the main `Client` class for handling API requests, along with
utility functions for version management. The package exposes a consistent interface
for Mailjet API operations.

Attributes:
    __version__ (str): The current version of the `mailjet_rest` package.
    __all__ (list): Specifies the public API of the package, including `Client`
        for API interactions and `get_version` for retrieving version information.

Modules:
    - client: Defines the main API client.
    - utils.version: Provides version management functionality.
    )Client)get_version__version__r   r   N)	__doc__mailjet_rest.clientr   mailjet_rest.utils.versionr   r   str__annotations____all__     f/home/www/lekema-backend.kofcorporation.com/venv/lib/python3.12/site-packages/mailjet_rest/__init__.py<module>r      s*     ' 2 =S  ]
#r   