I have two models defined with sqlalchemy which have one-to-one relation. Simplifying things it will look something like this:
class First(Base): __tablen