mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
Refactor devide logic by files and more tests
This commit is contained in:
parent
6a434e5174
commit
dbfa602cd3
9 changed files with 922 additions and 0 deletions
3
repo_to_text/cli/__init__.py
Normal file
3
repo_to_text/cli/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .cli import create_default_settings_file, parse_args, main
|
||||
|
||||
__all__ = ['create_default_settings_file', 'parse_args', 'main']
|
||||
Loading…
Add table
Add a link
Reference in a new issue