"""
TextIQ Data Models.

This module contains data models and schemas for XCom data transfer
between Airflow tasks.

Note: Models are imported directly from xcom_schemas module by operators.
Example: from models.xcom_schemas import ValidatedEvent
"""
