"""Data API Service Module for RDS and Redshift."""

from awswrangler.data_api import rds, redshift

__all__ = [
    "redshift",
    "rds",
]
