First Push

This commit is contained in:
Dan
2025-01-27 22:07:55 -05:00
commit ac39ff2eb1
5 changed files with 270 additions and 0 deletions

5
start.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py