DontDoAnything.psm1

function Test-DontDoAnything {
    write-host "This module doesn't do anything."
}