Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 17:54:26 +00:00
parent 920c6028ce
commit 02ddeb3bab

View File

@@ -0,0 +1,6 @@
"""Main entry point for git-commit-message-generator."""
from git_commit_generator.cli import main
if __name__ == "__main__":
main()