"""Simulated malicious module - benign at import time for testing."""


def hello():
    return "This is a test package for pip-witness"
