6 lines
99 B
Python
6 lines
99 B
Python
|
|
"""Allow running the ACP adapter as ``python -m acp_adapter``."""
|
||
|
|
|
||
|
|
from .entry import main
|
||
|
|
|
||
|
|
main()
|