Source code for tooluniverse.tools.dict_search

"""
dict_search

Search the DICTrank dataset for drug-induced cardiotoxicity (DICT) risk information by trade name...
"""

from typing import Any, Optional, Callable
from ._shared_client import get_shared_client






__all__ = ["dict_search"]