labelme
labelme copied to clipboard
Use standard `types.SimpleNamespace` instead of custom `struct`
types.SimpleNamespace does what the struct class did, but with a better repr and better IDE etc. support (e.g. PyCharm can infer that the attrs passed into the ctor will be available on the instance).