Implement a constructor override for model classes that checks that the constructor does not have positional arguments passed to it. This can be dropped post-3.10 since it is implemented natively by kw_only.
Give up on pydantic.