mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
4 lines
172 B
Python
4 lines
172 B
Python
from semantic_layer.engine import SemanticEngine
|
|
from semantic_layer.models import QueryResult, SemanticQuery
|
|
|
|
__all__ = ["SemanticEngine", "SemanticQuery", "QueryResult"]
|