def read(key):
    global handler
    return handler.read(key)
def read(key):
	global handler
	return handler.read(key)