src/Main.psm1

foreach ($cmdlet in Get-ChildItem "$PSScriptRoot/*/*.ps1") {
    . $cmdlet.FullName
}