llvm/lldb/test/API/commands/command/script/import/thepackage/TPunitA.py

def command(debugger, command, result, internal_dict):
    result.PutCString("hello world A")
    return None