Exemplo n.º 1
0
def init_model(engine, conf):
	"""Call me before using any of the tables or classes in the model."""
	global config
	config = conf
	Session.configure(bind=engine)