posh-winget.psm1

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