Exemplo n.º 1
0
	def __init__(self, config, db):
		self.config = config
		self.db = db
		self.lookup = LookupTables()
		self.legacy = Legacy(config)
		self.VIDEO_BOOK_SET = {"MAT","MRK","LUK","JHN"}
		self.VIDEO_BOOK_MAP = {"Mark": "MRK", "MRKZ": "MRK", "Luke": "LUK"}
Exemplo n.º 2
0
 def __init__(self, config, db):
     self.config = config
     self.legacy = Legacy(config)
     self.db = db