package fr.univ_amu.iut; public class Launcher { public static void main(String[] args) throws Exception { Main.main(args); } }