package fr.ynerant.tarot.ui.newgame; import androidx.lifecycle.ViewModel; public class NewGameViewModel extends ViewModel { public NewGameViewModel() { } }