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