codenuk_backend_mine/services/ai-analysis-service/knowledge_graph/__init__.py
2025-11-13 09:07:54 +05:30

10 lines
255 B
Python

"""
Knowledge graph utilities for the AI Analysis Service.
This package provides the Neo4j client and high-level helpers used to
persist and query analysis results in a graph representation.
"""
from .neo4j_client import Neo4jGraphClient # noqa: F401