PolyglotPangolin.psm1

# PolyglotPangolin (pol-pan) — placeholder module reserving the PSGallery name (Data Boar beastiary).
# Real implementation forthcoming. See: https://github.com/FabioLeitao/data-boar
function Get-PolyglotPangolinInfo { [pscustomobject]@{ Name = 'PolyglotPangolin'; Mnemonic = 'pol-pan'; Status = 'placeholder' } }
Export-ModuleMember -Function Get-PolyglotPangolinInfo