ml-knowledge-platform/knowledge_platform/backend/__init__.py
Lilith 240b4328f1 chore(config): 🔧 Update 40 configuration files across project
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 01:39:57 -08:00

6 lines
252 B
Python

"""Knowledge platform backend — KV API client and hybrid LLM routing."""
from knowledge_platform.backend.kv_client import KVClient
from knowledge_platform.backend.knowledge_backend import KnowledgeBackend
__all__ = ["KVClient", "KnowledgeBackend"]