mirror of
https://github.com/simonw/files-to-prompt.git
synced 2025-10-23 00:02:47 +03:00
5 lines
59 B
Python
5 lines
59 B
Python
from .cli import cli
|
|
|
|
if __name__ == "__main__":
|
|
cli()
|