using __init_subclass__ and __new__.
__init_subclass__
__new__
See factory.py for details.
factory.py
Pythonic Factory Pattern