Fix bugs, add README and Makefile

This commit is contained in:
2026-01-16 20:39:51 +03:00
parent 3e515c66ec
commit a065c6b7be
30 changed files with 695 additions and 286 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
lint:
uv run ruff check
test:
echo "Not implemented"