feat: main structure + basic math testing

This commit is contained in:
2025-11-14 23:00:38 +01:00
parent baa74c8b0a
commit 90f0e44e22
7 changed files with 40 additions and 2 deletions

View File

@@ -3,5 +3,8 @@ install:
pip install --upgrade pip
pip install -r requirements.txt
run:
python src/main.py
test:
python -m pytest -v