I am following this docs to add a one-to-one mapping using sqlalchemy, this is my parent part code:
class Article(Base): __tablename__ = \'article\' id =