Add engine abstraction

This commit is contained in:
2025-09-26 14:38:44 +00:00
parent de9826a4b6
commit 0656ed93f1
6 changed files with 168 additions and 42 deletions

View File

@@ -30,8 +30,8 @@ dev = [
[tool.basedpyright]
reportAny = false
reportExplicitAny = false
enableTypeIgnoreComments = true
reportUnreachable = false
[tool.pytest.ini_options]
asyncio_mode = "auto"