def movie_repo(movie_graph): return Repository.wrap(movie_graph)
def repo(graph): graph.delete_all() yield Repository.wrap(graph) graph.delete_all()