Exemple #1
0
def init_model(engine):
    "Call me before using any of the tables or classes in the model"
    Session.configure(bind=engine)