AKPT.psm1

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