GateNLP/python-gatenlp

Replace recordclass with dataclass

johann-petrak opened this issue · 0 comments

Now that we require at least Python 3.7, we can use dataclass (which is in the standard library) to replace recordclass.