def __init__(self):
		super(UserLookup,self).__init__()
		self.users = FCUtil.openJsonFile('users.json')
Beispiel #2
0
 def __init__(self):
     # Why a
     super(Converter, self).__init__()
     self.annJson = FCUtil.openJsonFile('annotations.json')
     self.uWorker = UserLookup()