[add] Init

This commit is contained in:
2024-08-07 13:46:01 -07:00
commit 323d9a7b25
7 changed files with 647 additions and 0 deletions

7
code_to_prompt.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Get the directory of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Run the Python script using poetry
poetry run python "$DIR/code_to_prompt/main.py" "$@"