diff options
Diffstat (limited to 'lookups.py')
-rw-r--r-- | lookups.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lookups.py b/lookups.py new file mode 100644 index 0000000..c13011e --- /dev/null +++ b/lookups.py @@ -0,0 +1,7 @@ +from repairs import GsxObject + +class Lookup(GsxObject): + """docstring for Lookup""" + def __init__(self, arg): + super(Lookup, self).__init__() + self.arg = arg |