"""Allow ``python -m moss_tts_delay.llama_cpp`` to run the CLI."""
from .pipeline import main

main()
