mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
5 lines
206 B
Python
5 lines
206 B
Python
"""This module contains the CLI interface for the repo_to_text package."""
|
|
|
|
from .cli import create_default_settings_file, parse_args, main
|
|
|
|
__all__ = ['create_default_settings_file', 'parse_args', 'main']
|