PSDT.App.psm1

$host.ui.RawUI.WindowTitle = "PSDT | PowerShell Developer Tools";

Function Import-PsdtApp {
  Write-Verbose "App loaded";
}