DJScratchLooper.psm1

# DJScratchLooper module root
# Dot-source the function implementation and export it for module users.
$ScriptDir = Split-Path -Parent $PSCommandPath
. (Join-Path $ScriptDir 'Invoke-DJScratchLooper.ps1')

Export-ModuleMember -Function Invoke-DJScratchLooper