ObsSourcesCommand constructor
ObsSourcesCommand()
Implementation
ObsSourcesCommand() {
addSubcommand(ObsGetSourceActiveCommand());
addSubcommand(ObsGetSourceScreenshotCommand());
addSubcommand(ObsSaveSourceScreenshotCommand());
}