AKPT.psm1

Get-ChildItem "$PSScriptRoot\*.ps1" -Exclude *.Tests.ps1 |  ForEach-Object {
    . $_.FullName
}