tools/init.ps1

if (-not ("System.Drawing.Color" -as [Type])) {
    Add-Type -Assembly System.Drawing
}