Files
2026-06-14 14:30:48 -04:00

6 lines
99 B
Python

"""Allow running the ACP adapter as ``python -m acp_adapter``."""
from .entry import main
main()