"""Placeholder module for the syscall exerciser test package."""

def hello():
    return "syscall exerciser test module"
