def lookup()

in backend/lookuptool.py [0:0]


    def lookup(self, key: str) -> Optional[str]:
        return self.data.get(key, "")