python: use dataclasses to reduce boilerplate

This commit is contained in:
link2xt
2023-02-14 15:05:25 +00:00
parent 78577594d0
commit 243f28f8a5
5 changed files with 17 additions and 56 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased
### Changes
- deltachat-rpc-client: use `dataclass` for `Account`, `Chat`, `Contact` and `Message` #4042
### Fixes
- deltachat-rpc-server: do not block stdin while processing the request. #4041