controls/controls.psm1

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