Coverage for mindsdb / integrations / handlers / cohere_handler / __about__.py: 0%

9 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-21 00:36 +0000

1__title__ = 'MindsDB Cohere handler' 

2__package_name__ = 'mindsdb_cohere_handler' 

3__version__ = '0.0.1' 

4__description__ = "MindsDB handler for Cohere" 

5__author__ = 'Balaji Seetharaman ' 

6__github__ = 'https://github.com/mindsdb/mindsdb' 

7__pypi__ = 'https://pypi.org/project/mindsdb/' 

8__license__ = 'MIT' 

9__copyright__ = 'Copyright 2023 - mindsdb'