3456789
import voxo.client.controllers.ClientController; public class Launch { public static void main(String[] args) { new ClientController(args); }