xref: /llvm-project/lldb/test/API/commands/command/script/import/thepackage/TPunitB.py (revision 56f9cfe30c4488aade888905bb6280ecb952a613)
1def command(debugger, command, result, internal_dict):
2    result.PutCString("hello world B")
3    return None
4