Files
cli-explain-fix/src/cli_explain_fix/main.py
7000pctAUTO 60aa12fff9
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial upload: CLI Explain Fix project with CI/CD workflow
2026-01-30 23:35:14 +00:00

9 lines
160 B
Python

"""Main entry point for CLI Explain Fix."""
from cli_explain_fix.cli import app
def main() -> None:
"""Entry point for the CLI application."""
app()