Initial upload: CLI Explain Fix project with CI/CD workflow
This commit is contained in:
8
src/cli_explain_fix/main.py
Normal file
8
src/cli_explain_fix/main.py
Normal 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()
|
||||
Reference in New Issue
Block a user