cognee/cognee-mcp/src/utils/__init__.py
2025-10-30 18:04:02 +00:00

3 lines
104 B
Python

from .context import cognee_client, set_cognee_client
__all__ = ["cognee_client", "set_cognee_client"]