Files
repohealth-cli/local-ai-commit-reviewer/src/cli/__init__.py

4 lines
54 B
Python

from .cli import cli, main
__all__ = ["cli", "main"]