So I have an example class:
class Tree(Base): __tablename__ = \'trees\' id = Column(Integer, primary_key=True)