from .handler import _post def DICT_GET(dct, key): return _post("dict_get", {"dict": dct, "key": key})