2345678
import voxo.server.controllers.ServerController; public class Launch { public static void main(String[] args) { new ServerController(args); }