xref: /aosp_15_r20/art/test/000-nop/run.py (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1#!/bin/sh
2
3
4def run(ctx, args):
5  ctx.echo("Blort.")
6