4 lines
104 B
Python
4 lines
104 B
Python
from .handler import _post
|
|
|
|
def DICT_GET(dct, key): return _post("dict_get", {"dict": dct, "key": key})
|