mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
6 lines
143 B
Python
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()
|