[!IMPORTANT]
This is a backwards-incompatible breaking change!
This moves the following runtime-protocols from optype to optype.dataclasses:
HasDataclassFields
[!NOTE]
The optype.dataclasses module is exported through optype.
So import optype as opt will allow you to access e.g. opt.dataclasses.HasDataclassFields.
This moves the following runtime-protocols from
optype
tooptype.dataclasses
:HasDataclassFields