exposed new functions

This commit is contained in:
Brian Bjarke Jensen
2024-02-24 21:51:56 +01:00
parent c4f220a61a
commit b0ca86677f
+3 -1
View File
@@ -7,5 +7,7 @@ from .database import connect
from .utils import ( from .utils import (
total_documents, total_documents,
total_annotated, total_annotated,
get_visual_communication get_visual_communication,
upsert_annotations,
upsert_predictions,
) )