ogr
ogr copied to clipboard
Make use of `dataclasses`
This would better highlight the public/private properties and allow to add the documentation next to the attributes themselves. Pycharm supports the """ style documentation of the attributes.
attrs is another popular alternative which allows more fine-grained control, such as making an attribute read-only.