{ ".init": ["source venv/bin/activate"], "install": ["pip install -r requirements.txt"], "test": ["python test.py"] }