EditorProperty cannot be constructed as it is abstract

Godot Version

4.2

Question

Cannot create an instance of EditorProperty because it is ‘abstract’, according to Godot.

Yes, you can only extend a class from it, then instance that.

That doesn’t work. I think it did work. Seems like a vague error message.