UUPDumpDownloader.psm1

foreach ($file in Get-ChildItem -Path "$PSScriptRoot/Public" -Filter *.ps1 -Recurse) {
    . $file.FullName
}