Move python files into py dir

This commit is contained in:
Marc Di Luzio 2024-08-11 18:05:28 +01:00
parent 22ad36fb09
commit 129721eb50
9 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ if [ ! -d .venv ]; then
fi
source .venv/bin/activate
python -m pip install -r requirements.txt
python matchy.py
python py/matchy.py