Generate feature implementation classes with TODO comments
Currently, only an ABC class is generated, but users have to manually inherit from it. Tools like PyCharm make this easy, but this library should not expect usage of such tools. Instead, it should generate implementation classes with empty method bodies and TODO comments.