4 lines
96 B
PowerShell
4 lines
96 B
PowerShell
Import-Module '.\User.psm1'
|
|
|
|
$trainers = Get-TrainerList '.\Trainers.txt'
|
|
New-Trainers $trainers |