"""Model definitions for LTX-2."""

from ltx_core.model.model_protocol import ModelConfigurator, ModelType

__all__ = [
    "ModelConfigurator",
    "ModelType",
]
