Files
KnockOutWhist-Web/knockoutwhistweb/app/controllers/WebUI.scala

13 lines
132 B
Scala

package controllers
import de.knockoutwhist.ui.UI
object WebUI extends UI {
override def initial: Boolean = true
}