项目文件夹

文件
wehub-resource-sync a2cb1f9821
CI / test (push) Has been cancelled
Wiki / validate (push) Has been cancelled
Deploy Wiki / Deploy to Cloudflare Pages (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:03:55 +08:00

6 行
106 B
Python

"""Allow ``python -m cli`` to run the CLI entrypoint."""
from cli.main import _entrypoint
_entrypoint()