Is the SQLAlchemy documentation\'s first example sufficient to make a Many to One relationship?
class Parent(Base): __tablename__