Export trace

This commit is contained in:
Andras Schmelczer 2022-06-26 21:13:39 +02:00
parent f9bba7e798
commit 541b593c2f
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -15,3 +15,4 @@ from .remote import (
call_remote_great_ai_async, call_remote_great_ai_async,
) )
from .tracing import add_ground_truth, delete_ground_truth, query_ground_truth from .tracing import add_ground_truth, delete_ground_truth, query_ground_truth
from .views import Trace