learnExport.psm1

Get-ChildItem "$PSScriptRoot\Public\*.ps1" | ForEach-Object { . $_.FullName }
Export-ModuleMember -Function Export-ibCourse