Skip to content

Commit 8653d3e

Browse files
committed
Adjust __init__.py
1 parent 58e8188 commit 8653d3e

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

dreadnode/__init__.py

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
scorer = DEFAULT_INSTANCE.scorer
1717
task_span = DEFAULT_INSTANCE.task_span
1818
push_update = DEFAULT_INSTANCE.push_update
19+
tag = DEFAULT_INSTANCE.tag
1920

2021
log_metric = DEFAULT_INSTANCE.log_metric
2122
log_param = DEFAULT_INSTANCE.log_param
@@ -33,19 +34,28 @@
3334
"Metric",
3435
"MetricDict",
3536
"Object",
36-
"Run",
3737
"RunSpan",
38-
"Score",
3938
"Scorer",
4039
"Span",
4140
"Task",
4241
"TaskSpan",
43-
"__version__",
42+
"api",
4443
"configure",
44+
"link_objects",
45+
"log_artifact",
46+
"log_input",
47+
"log_inputs",
4548
"log_metric",
49+
"log_output",
4650
"log_param",
51+
"log_params",
52+
"push_update",
4753
"run",
54+
"scorer",
4855
"shutdown",
4956
"span",
57+
"tag",
5058
"task",
59+
"task_span",
60+
"task_span",
5161
]

0 commit comments

Comments
 (0)