Update mcp/opentargets.py
Browse files- mcp/opentargets.py +0 -1
mcp/opentargets.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
### `opentargets.py` – tractability & constraint
|
2 |
-
```python
|
3 |
import os, httpx, textwrap, asyncio
|
4 |
from functools import lru_cache
|
5 |
_URL="https://api.platform.opentargets.org/api/v4/graphql"
|
|
|
1 |
### `opentargets.py` – tractability & constraint
|
|
|
2 |
import os, httpx, textwrap, asyncio
|
3 |
from functools import lru_cache
|
4 |
_URL="https://api.platform.opentargets.org/api/v4/graphql"
|