chore: first commit

This commit is contained in:
2025-10-01 17:05:21 +02:00
commit baa74c8b0a
8 changed files with 29 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
install:
echo ">>> Installing dependencies"
pip install --upgrade pip
pip install -r requirements.txt
test:
python -m pytest -v