Initial commit

This commit is contained in:
Jamie Helmke
2025-10-30 21:36:38 +01:00
commit 792f4a7f82
8 changed files with 192 additions and 0 deletions

4
start_venv.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
DIR="$(cd "$(dirname "$0")" && pwd)"
source "$DIR/env/venv/bin/activate"
echo "Virtual environment activated. Type 'deactivate' to exit."