def __init__(self): self.books = [] self.authors = [] self.subjects = [] self.languages = [] self.locClasses = [] self.scanner = scanner()
def __init__(self): self.scanner = scanner() self.thePaths = paths() self.theTree = LOCtree() self.bookList = LOCtitleService() self.covers = os.listdir(self.thePaths.coversDir) self.clips = os.listdir(self.thePaths.clipDir) self.authorSet = LOCauthorSet()
def __init__(self): self.scanner = scanner() thePaths = paths() self.covers = os.listdir(thePaths.coversDir) self.clips = os.listdir(thePaths.clipDir) self.results = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0,0,0, 0,0,0, 0]
def __init__(self): self.scanner = scanner() self.thePaths = paths() self.bookList = titleSet() self.theTree = LOCtree() self.authorSet = authorSet()