Bricklead.BCDev.Tools.psm1


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