Closed deniswal closed 3 years ago
The recordclass
dependency makes the data classes mutable. I have no intention to support any mutability.
This PR #52 however should make it easier to export and import the data as the data classes are using pydantic for parsing. https://pydantic-docs.helpmanual.io/usage/exporting_models/
Hi,
I have run and fixed some to be able to load data from the ScanWatch.
I have also a need for a yaml data export.
Please have a look, if you are interested by those changes.