Move abstract methods at the top of ConfigEntry class
It is nice to have all abstract methods defined right after the dunder/magic methods, so it is easy to see which methods child class should implement.
Loading
Please sign in to comment
It is nice to have all abstract methods defined right after the dunder/magic methods, so it is easy to see which methods child class should implement.