mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
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()
|