5 lines
78 B
Python
5 lines
78 B
Python
from git_commit_ai.cli.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|