adaptix
adaptix copied to clipboard
Add Inheritance polymormic loader
Add a new provider that can extract all children of the base class (maybe add a decorator that can track inheritance) and return parser for union of this types. Integrate this feature with #186
There is no need for the decorator, all descendants could be collected via .__subclasses__()