package org.hso.texturesyncclient.app import org.hso.texturesyncclient.view.startupView.StartupView import tornadofx.App class Main: App(StartupView::class){ }