glourencoffee / pycvm

Python library for processing data from CVM
MIT License
2 stars 0 forks source link

Unfreeze dataclasses #18

Closed glourencoffee closed 2 years ago

glourencoffee commented 2 years ago

Description

There is no need to enforce immutability in dataclasses of this library, so remove frozen=True.