repo-to-text/repo_to_text/main.py
2024-12-17 14:41:42 +01:00

6 lines
143 B
Python

"""This is the main entry point for the repo_to_text package."""
from repo_to_text.cli.cli import main
if __name__ == '__main__':
main()