Update mcp/mygene.py
Browse files- mcp/mygene.py +2 -0
mcp/mygene.py
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
# mcp/mygene.py
|
| 2 |
from functools import lru_cache
|
| 3 |
from mcp.clients import BaseClient
|
|
|
|
|
|
|
| 4 |
|
| 5 |
class MyGeneClient(BaseClient):
|
| 6 |
def __init__(self):
|
|
|
|
| 1 |
# mcp/mygene.py
|
| 2 |
from functools import lru_cache
|
| 3 |
from mcp.clients import BaseClient
|
| 4 |
+
from typing import Dict
|
| 5 |
+
|
| 6 |
|
| 7 |
class MyGeneClient(BaseClient):
|
| 8 |
def __init__(self):
|