DATEXIS / UMLSParser

Python module to parse UMLS source files
Apache License 2.0
18 stars 1 forks source link

Genrate boilerplate methods with dataclass decorator #6

Closed SchmaR closed 3 years ago

SchmaR commented 3 years ago

This PR introduces the dataclass decorator to the model classes. This is used to reduce boilerplate code for methods like repr.