package src.fr.impl.Parts; import src.fr.api.PartType; import src.fr.impl.PartImpl; public class Exterior extends PartImpl { public Exterior(PartType partType){ super(partType); } }