2023-11-26 23:31:32 -05:00

5 lines
81 B
Python

class LibraryParser():
def __init__(self, manager):
self.__manager = manager