StudyViewModel

@Inject
constructor(startDiscoveringUseCase: StartDiscoveringUseCase, stopDiscoveringUseCase: StopDiscoveringUseCase, startExploringUseCase: StartExploringUseCase, stopExploringUseCase: StopExploringUseCase)