[feat] add basic domain & usecase

This commit is contained in:
Azamat 2026-04-02 12:04:47 +03:00
parent f0c4988b44
commit 9083e33675
10 changed files with 137 additions and 5 deletions

View file

@ -31,7 +31,7 @@ test:
uv run pytest -v
lint:
uv run ruff check .
uv run ruff check . --fix
typecheck:
uv run mypy .