Add initial version of the project

This commit is contained in:
Andrew Miner
2026-09-21 17:44:24 -06:00
parent 5d1c1a61cc
commit 0189ab37e8
10 changed files with 83 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
[[ -d .venv ]] && rm -rf .venv
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt