mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2026-06-12 00:54:47 -07: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()
|