mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
4 lines
77 B
Python
4 lines
77 B
Python
from repo_to_text.cli.cli import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|