"""Public Krea 2 backend module."""
# The implementation lives in ``backends`` so the registry and interface
# remain colocated. Keep this module as the stable family-specific import.
from diffusion_cli.backends import Krea2Backend
__all__ = ["Krea2Backend"]