from repairs import GsxObject class Lookup(GsxObject): """docstring for Lookup""" def __init__(self, arg): super(Lookup, self).__init__() self.arg = arg