initial commit

This commit is contained in:
Joey Eamigh
2024-04-17 16:30:56 -04:00
commit 394089513c
11 changed files with 2414 additions and 0 deletions

6
.envrc Normal file
View File

@@ -0,0 +1,6 @@
if [ -d .venv ]; then
source $(poetry env info --path)/bin/activate
else
poetry install
source $(poetry env info --path)/bin/activate
fi