Initial upload: CLI Explain Fix project with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 23:35:14 +00:00
parent d2e86de1e1
commit 60aa12fff9

View File

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