PSArtifactory.psm1

$script:AFServer = ''
$script:AFCredential = ''

Get-ChildItem -Path "$PSScriptRoot" -Filter '*.ps1' -Recurse | ForEach-Object {
    . "$($_.FullName)"
}