Rewrite entire library using either: - python [Dataclasses](https://docs.python.org/3/library/dataclasses.html) - or [pydantic](https://docs.pydantic.dev/latest/) these make it easier to verify data structures, have better default definition and more
Rewrite entire library using either:
these make it easier to verify data structures,
have better default definition
and more