How can I define a OneToOne-relationship between two tables and have a foreign key on both sides? I know that it is redundant.
class A(Base): __tablename__ = \'