"""Allow running the ACP adapter as ``python -m acp_adapter``."""

from .entry import main

main()
