Files
files-to-prompt/files_to_prompt/__main__.py
Simon Willison 41201001ee Initial prototype
2024-03-22 08:43:07 -07:00

5 lines
59 B
Python

from .cli import cli
if __name__ == "__main__":
cli()