Skip to content

Commit 5cc927b

Browse files
committed
push
1 parent 0ced31d commit 5cc927b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

langfuse/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from ._client.observe import observe # noqa
66
from .version import __version__ # noqa
77
from ._client.span import LangfuseSpan, LangfuseGeneration, LangfuseEvent
8+
from ._client.attributes import LangfuseOtelSpanAttributes
89

910
__all__ = [
1011
"Langfuse",
@@ -13,4 +14,5 @@
1314
"LangfuseSpan",
1415
"LangfuseGeneration",
1516
"LangfuseEvent",
17+
"LangfuseOtelSpanAttributes",
1618
]

0 commit comments

Comments
 (0)