Add CLI module files
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-03 06:55:51 +00:00
parent 5fcfa537d8
commit 8542bab59f

View File

@@ -0,0 +1,5 @@
"""VibeGuard CLI package."""
from vibeguard.cli.main import main
__all__ = ["main"]