I have a Single Table Inheritance sqlalchemy orm model that looks like this:
Single Table Inheritance
class Human(Base): __tab