package conf; public class ParisLocationConf extends LocationConf { protected ParisLocationConf() { super("12", "94", "94100"); } }