def init(): global cache if 'PWNLIB_NOTERM' not in os.environ: # Fix for BPython try: curses.setupterm() except: pass cache = {}