Initial commit

This commit is contained in:
Byron Lathi
2024-06-06 16:30:40 -07:00
commit 2294670462
8 changed files with 858 additions and 0 deletions

3
init_env.sh Normal file
View File

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