package TPnote;

import fr.view.Menu;

public class Executable {

	public static void main(String[] args)
	{
	Menu m = new Menu();
	m.show();
	}

}
