ktx/python/ktx-sl/semantic_layer/__init__.py

5 lines
172 B
Python
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
from semantic_layer.engine import SemanticEngine
from semantic_layer.models import QueryResult, SemanticQuery
__all__ = ["SemanticEngine", "SemanticQuery", "QueryResult"]