Initial commit

This commit is contained in:
Byron Lathi
2024-11-29 22:31:03 -08:00
commit 0689636dcb
9 changed files with 986 additions and 0 deletions

3
init_env.sh Normal file
View File

@@ -0,0 +1,3 @@
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt