move code to dedicated src/ folder

This commit is contained in:
2025-05-13 16:51:53 +02:00
parent 38901474c6
commit 10fbef63b3
11 changed files with 98 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ jobs:
run: uv sync --locked --dev
- name: Run tests
run: PYTHONPATH=. uv run pytest
run: PYTHONPATH=src uv run pytest