From 541b593c2ffc584aca4b907b14c1d7d6f99549ec Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 26 Jun 2022 21:13:39 +0200 Subject: [PATCH] Export trace --- src/great_ai/great_ai/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/great_ai/great_ai/__init__.py b/src/great_ai/great_ai/__init__.py index 176966f..ce37e74 100644 --- a/src/great_ai/great_ai/__init__.py +++ b/src/great_ai/great_ai/__init__.py @@ -15,3 +15,4 @@ from .remote import ( call_remote_great_ai_async, ) from .tracing import add_ground_truth, delete_ground_truth, query_ground_truth +from .views import Trace