Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5247396 commit eba5f7fCopy full SHA for eba5f7f
‎langfuse/__init__.py‎
@@ -1,11 +1,13 @@
1
""".. include:: ../README.md"""
2
3
from ._client.attributes import LangfuseOtelSpanAttributes
4
-from ._client.client import Langfuse
5
from ._client.get_client import get_client
+from ._client import client as _client
6
from ._client.observe import observe
7
from ._client.span import LangfuseEvent, LangfuseGeneration, LangfuseSpan
8
9
+Langfuse = _client.Langfuse
10
+
11
__all__ = [
12
"Langfuse",
13
"get_client",
0 commit comments