I thought I’d note a way I try to make classes reasonably customizable without creating lots of classes, but letting other people create classes if they want.
Here’s a common technique; I’m going to use a class from WSGIProxy as an example, because that’s where I …