Source code for tooluniverse.tools.FAERS_count_death_related_by_drug
"""
FAERS_count_death_related_by_drug
Count adverse events associated with patient death for a given drug. Data source: FDA Adverse Eve...
"""
from typing import Any, Optional, Callable
from ._shared_client import get_shared_client
__all__ = ["FAERS_count_death_related_by_drug"]