Exemplo n.º 1
0
def list_wrapper(*args):
    result = list_()
    print(result['message'])
Exemplo n.º 2
0
Arquivo: cli.py Projeto: RicterZ/BGmi
def list_wrapper(*args):
    result = list_()
    print(result['message'])
Exemplo n.º 3
0
def list_wrapper(*args):
    result = list_()
    print(result["message"])
Exemplo n.º 4
0
def list_wrapper(*args: Any) -> None:
    result = list_()
    print(result["message"])