feat(cli): support cow cli

This commit is contained in:
zhayujie
2026-03-26 10:08:51 +08:00
parent 3eb8348708
commit 8fd029a4a1
10 changed files with 821 additions and 0 deletions

4
cli/__main__.py Normal file
View File

@@ -0,0 +1,4 @@
"""Allow running as: python -m cli"""
from cli.cli import main
main()