Type annotations for boto3 Athena service in Python
Type annotations for boto3 Athena 1.42.43 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_athena.client import AthenaClient; client: AthenaClient"$ mypy your_script.py # with mypy_boto3_athena imported$ python -c "import boto3; from mypy_boto3_athena import client; c = boto3.client('athena')"$ pip show mypy-boto3-athena$ python -c "from mypy_boto3_athena.type_defs import QueryExecutionContext; ctx: QueryExecutionContext = {}"