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 d930d81 commit 1260d08Copy full SHA for 1260d08
packages/py/sdk/README.md
@@ -18,7 +18,7 @@ uv add context7
18
19
```python
20
import asyncio
21
-from context7 import Context7
+from context7-sdk import Context7
22
23
async def main():
24
async with Context7(api_key="ctx7sk_...") as client:
packages/py/sdk/src/context7/__init__.py
@@ -7,7 +7,7 @@
7
Example:
8
9
10
- from context7 import Context7
+ from context7-sdk import Context7
11
12
13
0 commit comments