Rename to piper

This commit is contained in:
Michael Hansen
2023-03-26 21:42:04 -05:00
parent 3dfa161ba5
commit 70afec58bc
62 changed files with 348 additions and 207 deletions

View File

@@ -17,7 +17,7 @@ if [ -d "${venv}" ]; then
source "${venv}/bin/activate"
fi
python_files=("${base_dir}/larynx")
python_files=("${base_dir}/piper")
# Format code
black "${python_files[@]}"

View File

@@ -14,4 +14,4 @@ if [ -d "${venv}" ]; then
source "${venv}/bin/activate"
fi
python3 -m larynx "$@"
python3 -m piper "$@"