def library(): return Library()
def __init__(self): self._library = Library()
def library(db): return Library()